Html Css Color HEX #9762AE Deep Lilac

📋 copy color: '#9762AE'

red 151 ◦ green 98 ◦ blue 174

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

Shades of Deep Lilac #9762AE

Tints of Deep Lilac #9762AE

RGB

 RED value IS 151 (59.38% from 255) = 35.7%

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

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

R = 35.7%
G = 23.17%
B = 41.13%

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

#9762AE (or 0x9762AE) is known color: Deep Lilac. HEX triplet: 97, 62 and AE. RGB value is (151,98,174). Sum of RGB (Red+Green+Blue) = 151+98+174=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #9762AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9762AE is #689D51. Grayscale: #7A7A7A. Windows color (decimal): -6856018 or 11428503. OLE color: 11428503.

HSL color Cylindrical-coordinate representation of color #9762AE: hue angle of 281.84º 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 #9762AE is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 151 98 174 -
CMYK 0.13 0.44 0 0.32
HSL 281.84º 0.32% 0.53% -
HSV(B) 281.84º 0.44% 0.68% -
XYZ 24.77 18.37 42.28 -
YUV 122.51 157.06 148.32 -
System Red Green Blue C M Y K H S L
Decimal 151 98 174 0.13 0.44 0 0.32 281.84 0.32 0.53
Hex 97 62 AE D 2C 0 20 11A 20 35
Octal 227 142 256 15 54 0 40 432 40 65
Binary 10010111 1100010 10101110 1101 101100 0 100000 100011010 100000 110101

Color Harmonies of #9762AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9762AE

Black with #9762AE

Text Example


Text Example

White with #9762AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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