Html Css Color HEX #965DAE Deep Lilac

📋 copy color: '#965DAE'

red 150 ◦ green 93 ◦ blue 174

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

Shades of Deep Lilac #965DAE

Tints of Deep Lilac #965DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.3%

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

R = 35.97%
G = 22.3%
B = 41.73%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#965DAE (or 0x965DAE) is known color: Deep Lilac. HEX triplet: 96, 5D and AE. RGB value is (150,93,174). Sum of RGB (Red+Green+Blue) = 150+93+174=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #965DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965DAE is #69A251. Grayscale: #777777. Windows color (decimal): -6922834 or 11427222. OLE color: 11427222.

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

Color convert

RGB 150 93 174 -
CMYK 0.14 0.47 0 0.32
HSL 282.22º 0.33% 0.52% -
HSV(B) 282.22º 0.47% 0.68% -
XYZ 24.13 17.37 42.13 -
YUV 119.28 158.88 149.91 -
System Red Green Blue C M Y K H S L
Decimal 150 93 174 0.14 0.47 0 0.32 282.22 0.33 0.52
Hex 96 5D AE E 2F 0 20 11A 21 34
Octal 226 135 256 16 57 0 40 432 41 64
Binary 10010110 1011101 10101110 1110 101111 0 100000 100011010 100001 110100

Color Harmonies of #965DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965DAE

Black with #965DAE

Text Example


Text Example

White with #965DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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