Html Css Color HEX #9855C0 Deep Lilac

📋 copy color: '#9855C0'

red 152 ◦ green 85 ◦ blue 192

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

Shades of Deep Lilac #9855C0

Tints of Deep Lilac #9855C0

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.81%

 BLUE value IS 192 (75.39% from 255) = 44.76%

R = 35.43%
G = 19.81%
B = 44.76%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9855C0 (or 0x9855C0) is known color: Deep Lilac. HEX triplet: 98, 55 and C0. RGB value is (152,85,192). Sum of RGB (Red+Green+Blue) = 152+85+192=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 192 - color contains mainly: blue. Hex color #9855C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9855C0 is #67AA3F. Grayscale: #747474. Windows color (decimal): -6793792 or 12604824. OLE color: 12604824.

HSL color Cylindrical-coordinate representation of color #9855C0: hue angle of 277.57º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9855C0 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 85 192 -
CMYK 0.21 0.56 0 0.25
HSL 277.57º 0.46% 0.54% -
HSV(B) 277.57º 0.56% 0.75% -
XYZ 25.71 16.98 51.79 -
YUV 117.23 170.2 152.8 -
System Red Green Blue C M Y K H S L
Decimal 152 85 192 0.21 0.56 0 0.25 277.57 0.46 0.54
Hex 98 55 C0 15 38 0 19 116 2E 36
Octal 230 125 300 25 70 0 31 426 56 66
Binary 10011000 1010101 11000000 10101 111000 0 11001 100010110 101110 110110

Color Harmonies of #9855C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9855C0

Black with #9855C0

Text Example


Text Example

White with #9855C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9855C0; }

 p { color: rgb(152,85,192); }

 H1.HeaderClassName
 {
   color: #9855C0;
 }
 .AnyTagClassName
 {
   color: #9855C0;
 }
</style>

background-color css

<style>
 a { background-color: #9855C0; }

 a { background-color: rgb(152,85,192); }

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

border-color css

<style>
 span { border-color: #9855C0; }

 span { border-color: rgb(152,85,192); }

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