Html Css Color HEX #9862AE Deep Lilac

📋 copy color: '#9862AE'

red 152 ◦ green 98 ◦ blue 174

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

Shades of Deep Lilac #9862AE

Tints of Deep Lilac #9862AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.04%

R = 35.85%
G = 23.11%
B = 41.04%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9862AE (or 0x9862AE) is known color: Deep Lilac. HEX triplet: 98, 62 and AE. RGB value is (152,98,174). Sum of RGB (Red+Green+Blue) = 152+98+174=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #9862AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9862AE is #679D51. Grayscale: #7A7A7A. Windows color (decimal): -6790482 or 11428504. OLE color: 11428504.

HSL color Cylindrical-coordinate representation of color #9862AE: hue angle of 282.63º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9862AE is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 98 174 -
CMYK 0.13 0.44 0 0.32
HSL 282.63º 0.32% 0.53% -
HSV(B) 282.63º 0.44% 0.68% -
XYZ 24.96 18.47 42.29 -
YUV 122.81 156.89 148.82 -
System Red Green Blue C M Y K H S L
Decimal 152 98 174 0.13 0.44 0 0.32 282.63 0.32 0.53
Hex 98 62 AE D 2C 0 20 11B 20 35
Octal 230 142 256 15 54 0 40 433 40 65
Binary 10011000 1100010 10101110 1101 101100 0 100000 100011011 100000 110101

Color Harmonies of #9862AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9862AE

Black with #9862AE

Text Example


Text Example

White with #9862AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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