Html Css Color HEX #965EAE Deep Lilac

📋 copy color: '#965EAE'

red 150 ◦ green 94 ◦ blue 174

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

Shades of Deep Lilac #965EAE

Tints of Deep Lilac #965EAE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.49%

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

R = 35.89%
G = 22.49%
B = 41.63%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#965EAE (or 0x965EAE) is known color: Deep Lilac. HEX triplet: 96, 5E and AE. RGB value is (150,94,174). Sum of RGB (Red+Green+Blue) = 150+94+174=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #965EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965EAE is #69A151. Grayscale: #777777. Windows color (decimal): -6922578 or 11427478. OLE color: 11427478.

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

Color convert

RGB 150 94 174 -
CMYK 0.14 0.46 0 0.32
HSL 282º 0.33% 0.53% -
HSV(B) 282º 0.46% 0.68% -
XYZ 24.22 17.55 42.15 -
YUV 119.86 158.55 149.5 -
System Red Green Blue C M Y K H S L
Decimal 150 94 174 0.14 0.46 0 0.32 282 0.33 0.53
Hex 96 5E AE E 2E 0 20 11A 21 35
Octal 226 136 256 16 56 0 40 432 41 65
Binary 10010110 1011110 10101110 1110 101110 0 100000 100011010 100001 110101

Color Harmonies of #965EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965EAE

Black with #965EAE

Text Example


Text Example

White with #965EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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