Html Css Color HEX #9850BB Deep Lilac

📋 copy color: '#9850BB'

red 152 ◦ green 80 ◦ blue 187

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

Shades of Deep Lilac #9850BB

Tints of Deep Lilac #9850BB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.09%

 BLUE value IS 187 (73.44% from 255) = 44.63%

R = 36.28%
G = 19.09%
B = 44.63%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9850BB (or 0x9850BB) is known color: Deep Lilac. HEX triplet: 98, 50 and BB. RGB value is (152,80,187). Sum of RGB (Red+Green+Blue) = 152+80+187=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #9850BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9850BB is #67AF44. Grayscale: #717171. Windows color (decimal): -6795077 or 12275864. OLE color: 12275864.

HSL color Cylindrical-coordinate representation of color #9850BB: hue angle of 280.37º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9850BB is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 80 187 -
CMYK 0.19 0.57 0 0.27
HSL 280.37º 0.44% 0.52% -
HSV(B) 280.37º 0.57% 0.73% -
XYZ 24.79 16 48.8 -
YUV 113.73 169.35 155.3 -
System Red Green Blue C M Y K H S L
Decimal 152 80 187 0.19 0.57 0 0.27 280.37 0.44 0.52
Hex 98 50 BB 13 39 0 1B 118 2C 34
Octal 230 120 273 23 71 0 33 430 54 64
Binary 10011000 1010000 10111011 10011 111001 0 11011 100011000 101100 110100

Color Harmonies of #9850BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9850BB

Black with #9850BB

Text Example


Text Example

White with #9850BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9850BB; }

 p { color: rgb(152,80,187); }

 H1.HeaderClassName
 {
   color: #9850BB;
 }
 .AnyTagClassName
 {
   color: #9850BB;
 }
</style>

background-color css

<style>
 a { background-color: #9850BB; }

 a { background-color: rgb(152,80,187); }

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

border-color css

<style>
 span { border-color: #9850BB; }

 span { border-color: rgb(152,80,187); }

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