Html Css Color HEX #965AAA Deep Lilac

📋 copy color: '#965AAA'

red 150 ◦ green 90 ◦ blue 170

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

Shades of Deep Lilac #965AAA

Tints of Deep Lilac #965AAA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.95%

 BLUE value IS 170 (66.8% from 255) = 41.46%

R = 36.59%
G = 21.95%
B = 41.46%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#965AAA (or 0x965AAA) is known color: Deep Lilac. HEX triplet: 96, 5A and AA. RGB value is (150,90,170). Sum of RGB (Red+Green+Blue) = 150+90+170=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #965AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965AAA is #69A555. Grayscale: #747474. Windows color (decimal): -6923606 or 11164310. OLE color: 11164310.

HSL color Cylindrical-coordinate representation of color #965AAA: hue angle of 285º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #965AAA is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 90 170 -
CMYK 0.12 0.47 0 0.33
HSL 285º 0.32% 0.51% -
HSV(B) 285º 0.47% 0.67% -
XYZ 23.49 16.7 40.02 -
YUV 117.06 157.88 151.5 -
System Red Green Blue C M Y K H S L
Decimal 150 90 170 0.12 0.47 0 0.33 285 0.32 0.51
Hex 96 5A AA C 2F 0 21 11D 20 33
Octal 226 132 252 14 57 0 41 435 40 63
Binary 10010110 1011010 10101010 1100 101111 0 100001 100011101 100000 110011

Color Harmonies of #965AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965AAA

Black with #965AAA

Text Example


Text Example

White with #965AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965AAA; }

 p { color: rgb(150,90,170); }

 H1.HeaderClassName
 {
   color: #965AAA;
 }
 .AnyTagClassName
 {
   color: #965AAA;
 }
</style>

background-color css

<style>
 a { background-color: #965AAA; }

 a { background-color: rgb(150,90,170); }

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

border-color css

<style>
 span { border-color: #965AAA; }

 span { border-color: rgb(150,90,170); }

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