Html Css Color HEX #9662AF Deep Lilac

📋 copy color: '#9662AF'

red 150 ◦ green 98 ◦ blue 175

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

Shades of Deep Lilac #9662AF

Tints of Deep Lilac #9662AF

RGB

 RED value IS 150 (58.98% from 255) = 35.46%

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

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

R = 35.46%
G = 23.17%
B = 41.37%

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

#9662AF (or 0x9662AF) is known color: Deep Lilac. HEX triplet: 96, 62 and AF. RGB value is (150,98,175). Sum of RGB (Red+Green+Blue) = 150+98+175=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #9662AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9662AF is #699D50. Grayscale: #7A7A7A. Windows color (decimal): -6921553 or 11494038. OLE color: 11494038.

HSL color Cylindrical-coordinate representation of color #9662AF: hue angle of 280.52º 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 #9662AF is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 98 175 -
CMYK 0.14 0.44 0 0.31
HSL 280.52º 0.32% 0.54% -
HSV(B) 280.52º 0.44% 0.69% -
XYZ 24.68 18.31 42.79 -
YUV 122.33 157.73 147.74 -
System Red Green Blue C M Y K H S L
Decimal 150 98 175 0.14 0.44 0 0.31 280.52 0.32 0.54
Hex 96 62 AF E 2C 0 1F 119 20 36
Octal 226 142 257 16 54 0 37 431 40 66
Binary 10010110 1100010 10101111 1110 101100 0 11111 100011001 100000 110110

Color Harmonies of #9662AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9662AF

Black with #9662AF

Text Example


Text Example

White with #9662AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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