Html Css Color HEX #965DAC Deep Lilac

📋 copy color: '#965DAC'

red 150 ◦ green 93 ◦ blue 172

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

Shades of Deep Lilac #965DAC

Tints of Deep Lilac #965DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 36.14%
G = 22.41%
B = 41.45%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#965DAC (or 0x965DAC) is known color: Deep Lilac. HEX triplet: 96, 5D and AC. RGB value is (150,93,172). Sum of RGB (Red+Green+Blue) = 150+93+172=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #965DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965DAC is #69A253. Grayscale: #767676. Windows color (decimal): -6922836 or 11296150. OLE color: 11296150.

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

Color convert

RGB 150 93 172 -
CMYK 0.13 0.46 0 0.33
HSL 283.29º 0.32% 0.52% -
HSV(B) 283.29º 0.46% 0.67% -
XYZ 23.94 17.29 41.11 -
YUV 119.05 157.88 150.08 -
System Red Green Blue C M Y K H S L
Decimal 150 93 172 0.13 0.46 0 0.33 283.29 0.32 0.52
Hex 96 5D AC D 2E 0 21 11B 20 34
Octal 226 135 254 15 56 0 41 433 40 64
Binary 10010110 1011101 10101100 1101 101110 0 100001 100011011 100000 110100

Color Harmonies of #965DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965DAC

Black with #965DAC

Text Example


Text Example

White with #965DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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