Html Css Color HEX #9862BA Deep Lilac

📋 copy color: '#9862BA'

red 152 ◦ green 98 ◦ blue 186

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

Shades of Deep Lilac #9862BA

Tints of Deep Lilac #9862BA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.48%

 BLUE value IS 186 (73.05% from 255) = 42.66%

R = 34.86%
G = 22.48%
B = 42.66%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9862BA (or 0x9862BA) is known color: Deep Lilac. HEX triplet: 98, 62 and BA. RGB value is (152,98,186). Sum of RGB (Red+Green+Blue) = 152+98+186=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #9862BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9862BA is #679D45. Grayscale: #7B7B7B. Windows color (decimal): -6790470 or 12214936. OLE color: 12214936.

HSL color Cylindrical-coordinate representation of color #9862BA: hue angle of 276.82º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9862BA is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 98 186 -
CMYK 0.18 0.47 0 0.27
HSL 276.82º 0.39% 0.56% -
HSV(B) 276.82º 0.47% 0.73% -
XYZ 26.18 18.96 48.73 -
YUV 124.18 162.89 147.84 -
System Red Green Blue C M Y K H S L
Decimal 152 98 186 0.18 0.47 0 0.27 276.82 0.39 0.56
Hex 98 62 BA 12 2F 0 1B 115 27 38
Octal 230 142 272 22 57 0 33 425 47 70
Binary 10011000 1100010 10111010 10010 101111 0 11011 100010101 100111 111000

Color Harmonies of #9862BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9862BA

Black with #9862BA

Text Example


Text Example

White with #9862BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9862BA; }

 p { color: rgb(152,98,186); }

 H1.HeaderClassName
 {
   color: #9862BA;
 }
 .AnyTagClassName
 {
   color: #9862BA;
 }
</style>

background-color css

<style>
 a { background-color: #9862BA; }

 a { background-color: rgb(152,98,186); }

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

border-color css

<style>
 span { border-color: #9862BA; }

 span { border-color: rgb(152,98,186); }

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