Html Css Color HEX #9659AF Deep Lilac

📋 copy color: '#9659AF'

red 150 ◦ green 89 ◦ blue 175

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

Shades of Deep Lilac #9659AF

Tints of Deep Lilac #9659AF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.5%

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

R = 36.23%
G = 21.5%
B = 42.27%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9659AF (or 0x9659AF) is known color: Deep Lilac. HEX triplet: 96, 59 and AF. RGB value is (150,89,175). Sum of RGB (Red+Green+Blue) = 150+89+175=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 175 - color contains mainly: blue. Hex color #9659AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9659AF is #69A650. Grayscale: #747474. Windows color (decimal): -6923857 or 11491734. OLE color: 11491734.

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

Color convert

RGB 150 89 175 -
CMYK 0.14 0.49 0 0.31
HSL 282.56º 0.35% 0.52% -
HSV(B) 282.56º 0.49% 0.69% -
XYZ 23.89 16.72 42.53 -
YUV 117.04 160.71 151.51 -
System Red Green Blue C M Y K H S L
Decimal 150 89 175 0.14 0.49 0 0.31 282.56 0.35 0.52
Hex 96 59 AF E 31 0 1F 11B 23 34
Octal 226 131 257 16 61 0 37 433 43 64
Binary 10010110 1011001 10101111 1110 110001 0 11111 100011011 100011 110100

Color Harmonies of #9659AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9659AF

Black with #9659AF

Text Example


Text Example

White with #9659AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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