Html Css Color HEX #984CFD Blue Violet

📋 copy color: '#984CFD'

red 152 ◦ green 76 ◦ blue 253

#984CFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #984CFD

Tints of Blue Violet #984CFD

RGB

 RED value IS 152 (59.77% from 255) = 31.6%

 GREEN value IS 76 (30.08% from 255) = 15.8%

 BLUE value IS 253 (99.22% from 255) = 52.6%

R = 31.6%
G = 15.8%
B = 52.6%

CMYK

 C value IS 0.40

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#984CFD (or 0x984CFD) is known color: Blue Violet. HEX triplet: 98, 4C and FD. RGB value is (152,76,253). Sum of RGB (Red+Green+Blue) = 152+76+253=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #984CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #984CFD is #67B302. Grayscale: #767676. Windows color (decimal): -6796035 or 16600216. OLE color: 16600216.

HSL color Cylindrical-coordinate representation of color #984CFD: hue angle of 265.76º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #984CFD is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 152 76 253 -
CMYK 0.40 0.70 0 0.01
HSL 265.76º 0.98% 0.65% -
HSV(B) 265.76º 0.7% 0.99% -
XYZ 33.26 18.94 94.83 -
YUV 118.9 203.68 151.61 -
System Red Green Blue C M Y K H S L
Decimal 152 76 253 0.40 0.70 0 0.01 265.76 0.98 0.65
Hex 98 4C FD 28 46 0 1 10A 62 41
Octal 230 114 375 50 106 0 1 412 142 101
Binary 10011000 1001100 11111101 101000 1000110 0 1 100001010 1100010 1000001

Color Harmonies of #984CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984CFD

Black with #984CFD

Text Example


Text Example

White with #984CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984CFD; }

 p { color: rgb(152,76,253); }

 H1.HeaderClassName
 {
   color: #984CFD;
 }
 .AnyTagClassName
 {
   color: #984CFD;
 }
</style>

background-color css

<style>
 a { background-color: #984CFD; }

 a { background-color: rgb(152,76,253); }

 div.DivClassName
 {
   background-color: #984CFD;
 }
 .BgClassName
 {
   background-color: #984CFD;
 }
</style>

border-color css

<style>
 span { border-color: #984CFD; }

 span { border-color: rgb(152,76,253); }

 td.TdClassName
 {
   border-color: #984CFD;
 }
 .TagClassName
 {
   border-color: #984CFD;
 }
</style>