Html Css Color HEX #9862B6 Deep Lilac

📋 copy color: '#9862B6'

red 152 ◦ green 98 ◦ blue 182

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

Shades of Deep Lilac #9862B6

Tints of Deep Lilac #9862B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.13%

R = 35.19%
G = 22.69%
B = 42.13%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9862B6 (or 0x9862B6) is known color: Deep Lilac. HEX triplet: 98, 62 and B6. RGB value is (152,98,182). Sum of RGB (Red+Green+Blue) = 152+98+182=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 182 (71.48% from 255 or 42.13% from 432); Max value from RGB is 182 - color contains mainly: blue. Hex color #9862B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9862B6 is #679D49. Grayscale: #7B7B7B. Windows color (decimal): -6790474 or 11952792. OLE color: 11952792.

HSL color Cylindrical-coordinate representation of color #9862B6: hue angle of 278.57º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9862B6 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 152 98 182 -
CMYK 0.16 0.46 0 0.29
HSL 278.57º 0.37% 0.55% -
HSV(B) 278.57º 0.46% 0.71% -
XYZ 25.76 18.79 46.52 -
YUV 123.72 160.89 148.17 -
System Red Green Blue C M Y K H S L
Decimal 152 98 182 0.16 0.46 0 0.29 278.57 0.37 0.55
Hex 98 62 B6 10 2E 0 1D 117 25 37
Octal 230 142 266 20 56 0 35 427 45 67
Binary 10011000 1100010 10110110 10000 101110 0 11101 100010111 100101 110111

Color Harmonies of #9862B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9862B6

Black with #9862B6

Text Example


Text Example

White with #9862B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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