Html Css Color HEX #965FAE Deep Lilac

📋 copy color: '#965FAE'

red 150 ◦ green 95 ◦ blue 174

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

Shades of Deep Lilac #965FAE

Tints of Deep Lilac #965FAE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.67%

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

R = 35.8%
G = 22.67%
B = 41.53%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#965FAE (or 0x965FAE) is known color: Deep Lilac. HEX triplet: 96, 5F and AE. RGB value is (150,95,174). Sum of RGB (Red+Green+Blue) = 150+95+174=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #965FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965FAE is #69A051. Grayscale: #787878. Windows color (decimal): -6922322 or 11427734. OLE color: 11427734.

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

Color convert

RGB 150 95 174 -
CMYK 0.14 0.45 0 0.32
HSL 281.77º 0.33% 0.53% -
HSV(B) 281.77º 0.45% 0.68% -
XYZ 24.31 17.72 42.18 -
YUV 120.45 158.22 149.08 -
System Red Green Blue C M Y K H S L
Decimal 150 95 174 0.14 0.45 0 0.32 281.77 0.33 0.53
Hex 96 5F AE E 2D 0 20 11A 21 35
Octal 226 137 256 16 55 0 40 432 41 65
Binary 10010110 1011111 10101110 1110 101101 0 100000 100011010 100001 110101

Color Harmonies of #965FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965FAE

Black with #965FAE

Text Example


Text Example

White with #965FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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