Html Css Color HEX #965DAD Deep Lilac

📋 copy color: '#965DAD'

red 150 ◦ green 93 ◦ blue 173

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

Shades of Deep Lilac #965DAD

Tints of Deep Lilac #965DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.59%

R = 36.06%
G = 22.36%
B = 41.59%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#965DAD (or 0x965DAD) is known color: Deep Lilac. HEX triplet: 96, 5D and AD. RGB value is (150,93,173). Sum of RGB (Red+Green+Blue) = 150+93+173=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #965DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965DAD is #69A252. Grayscale: #767676. Windows color (decimal): -6922835 or 11361686. OLE color: 11361686.

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

Color convert

RGB 150 93 173 -
CMYK 0.13 0.46 0 0.32
HSL 282.75º 0.33% 0.52% -
HSV(B) 282.75º 0.46% 0.68% -
XYZ 24.03 17.33 41.61 -
YUV 119.16 158.38 150 -
System Red Green Blue C M Y K H S L
Decimal 150 93 173 0.13 0.46 0 0.32 282.75 0.33 0.52
Hex 96 5D AD D 2E 0 20 11B 21 34
Octal 226 135 255 15 56 0 40 433 41 64
Binary 10010110 1011101 10101101 1101 101110 0 100000 100011011 100001 110100

Color Harmonies of #965DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965DAD

Black with #965DAD

Text Example


Text Example

White with #965DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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