Html Css Color HEX #965AAE Deep Lilac

📋 copy color: '#965AAE'

red 150 ◦ green 90 ◦ blue 174

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

Shades of Deep Lilac #965AAE

Tints of Deep Lilac #965AAE

RGB

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

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

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

R = 36.23%
G = 21.74%
B = 42.03%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#965AAE (or 0x965AAE) is known color: Deep Lilac. HEX triplet: 96, 5A and AE. RGB value is (150,90,174). Sum of RGB (Red+Green+Blue) = 150+90+174=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #965AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965AAE is #69A551. Grayscale: #757575. Windows color (decimal): -6923602 or 11426454. OLE color: 11426454.

HSL color Cylindrical-coordinate representation of color #965AAE: hue angle of 282.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #965AAE is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 90 174 -
CMYK 0.14 0.48 0 0.32
HSL 282.86º 0.34% 0.52% -
HSV(B) 282.86º 0.48% 0.68% -
XYZ 23.87 16.85 42.04 -
YUV 117.52 159.88 151.17 -
System Red Green Blue C M Y K H S L
Decimal 150 90 174 0.14 0.48 0 0.32 282.86 0.34 0.52
Hex 96 5A AE E 30 0 20 11B 22 34
Octal 226 132 256 16 60 0 40 433 42 64
Binary 10010110 1011010 10101110 1110 110000 0 100000 100011011 100010 110100

Color Harmonies of #965AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965AAE

Black with #965AAE

Text Example


Text Example

White with #965AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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