Html Css Color HEX #984BCB Deep Lilac

📋 copy color: '#984BCB'

red 152 ◦ green 75 ◦ blue 203

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

Shades of Deep Lilac #984BCB

Tints of Deep Lilac #984BCB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.44%

 BLUE value IS 203 (79.69% from 255) = 47.21%

R = 35.35%
G = 17.44%
B = 47.21%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#984BCB (or 0x984BCB) is known color: Deep Lilac. HEX triplet: 98, 4B and CB. RGB value is (152,75,203). Sum of RGB (Red+Green+Blue) = 152+75+203=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #984BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984BCB is #67B434. Grayscale: #707070. Windows color (decimal): -6796341 or 13323160. OLE color: 13323160.

HSL color Cylindrical-coordinate representation of color #984BCB: hue angle of 276.09º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #984BCB is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 75 203 -
CMYK 0.25 0.63 0 0.20
HSL 276.09º 0.55% 0.55% -
HSV(B) 276.09º 0.63% 0.8% -
XYZ 26.24 16.02 58.21 -
YUV 112.62 179.01 156.09 -
System Red Green Blue C M Y K H S L
Decimal 152 75 203 0.25 0.63 0 0.20 276.09 0.55 0.55
Hex 98 4B CB 19 3F 0 14 114 37 37
Octal 230 113 313 31 77 0 24 424 67 67
Binary 10011000 1001011 11001011 11001 111111 0 10100 100010100 110111 110111

Color Harmonies of #984BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984BCB

Black with #984BCB

Text Example


Text Example

White with #984BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,75,203); }

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

background-color css

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

 a { background-color: rgb(152,75,203); }

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

border-color css

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

 span { border-color: rgb(152,75,203); }

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