Html Css Color HEX #9762AF Deep Lilac

📋 copy color: '#9762AF'

red 151 ◦ green 98 ◦ blue 175

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

Shades of Deep Lilac #9762AF

Tints of Deep Lilac #9762AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.27%

R = 35.61%
G = 23.11%
B = 41.27%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9762AF (or 0x9762AF) is known color: Deep Lilac. HEX triplet: 97, 62 and AF. RGB value is (151,98,175). Sum of RGB (Red+Green+Blue) = 151+98+175=424 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.61% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #9762AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9762AF is #689D50. Grayscale: #7A7A7A. Windows color (decimal): -6856017 or 11494039. OLE color: 11494039.

HSL color Cylindrical-coordinate representation of color #9762AF: hue angle of 281.3º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9762AF is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 151 98 175 -
CMYK 0.14 0.44 0 0.31
HSL 281.3º 0.32% 0.54% -
HSV(B) 281.3º 0.44% 0.69% -
XYZ 24.87 18.41 42.8 -
YUV 122.63 157.56 148.24 -
System Red Green Blue C M Y K H S L
Decimal 151 98 175 0.14 0.44 0 0.31 281.3 0.32 0.54
Hex 97 62 AF E 2C 0 1F 119 20 36
Octal 227 142 257 16 54 0 37 431 40 66
Binary 10010111 1100010 10101111 1110 101100 0 11111 100011001 100000 110110

Color Harmonies of #9762AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9762AF

Black with #9762AF

Text Example


Text Example

White with #9762AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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