Html Css Color HEX #9855BE Deep Lilac

📋 copy color: '#9855BE'

red 152 ◦ green 85 ◦ blue 190

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

Shades of Deep Lilac #9855BE

Tints of Deep Lilac #9855BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.5%

R = 35.6%
G = 19.91%
B = 44.5%

CMYK

 C value IS 0.2

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9855BE (or 0x9855BE) is known color: Deep Lilac. HEX triplet: 98, 55 and BE. RGB value is (152,85,190). Sum of RGB (Red+Green+Blue) = 152+85+190=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #9855BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9855BE is #67AA41. Grayscale: #747474. Windows color (decimal): -6793794 or 12473752. OLE color: 12473752.

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

Color convert

RGB 152 85 190 -
CMYK 0.2 0.55 0 0.25
HSL 278.29º 0.45% 0.54% -
HSV(B) 278.29º 0.55% 0.75% -
XYZ 25.49 16.89 50.63 -
YUV 117 169.2 152.96 -
System Red Green Blue C M Y K H S L
Decimal 152 85 190 0.2 0.55 0 0.25 278.29 0.45 0.54
Hex 98 55 BE 14 37 0 19 116 2D 36
Octal 230 125 276 24 67 0 31 426 55 66
Binary 10011000 1010101 10111110 10100 110111 0 11001 100010110 101101 110110

Color Harmonies of #9855BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9855BE

Black with #9855BE

Text Example


Text Example

White with #9855BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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