Html Css Color HEX #965AAD Deep Lilac

📋 copy color: '#965AAD'

red 150 ◦ green 90 ◦ blue 173

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

Shades of Deep Lilac #965AAD

Tints of Deep Lilac #965AAD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.79%

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

R = 36.32%
G = 21.79%
B = 41.89%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#965AAD (or 0x965AAD) is known color: Deep Lilac. HEX triplet: 96, 5A and AD. RGB value is (150,90,173). Sum of RGB (Red+Green+Blue) = 150+90+173=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #965AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965AAD is #69A552. Grayscale: #757575. Windows color (decimal): -6923603 or 11360918. OLE color: 11360918.

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

Color convert

RGB 150 90 173 -
CMYK 0.13 0.48 0 0.32
HSL 283.37º 0.34% 0.52% -
HSV(B) 283.37º 0.48% 0.68% -
XYZ 23.78 16.81 41.53 -
YUV 117.4 159.38 151.25 -
System Red Green Blue C M Y K H S L
Decimal 150 90 173 0.13 0.48 0 0.32 283.37 0.34 0.52
Hex 96 5A AD D 30 0 20 11B 22 34
Octal 226 132 255 15 60 0 40 433 42 64
Binary 10010110 1011010 10101101 1101 110000 0 100000 100011011 100010 110100

Color Harmonies of #965AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965AAD

Black with #965AAD

Text Example


Text Example

White with #965AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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