Html Css Color HEX #965BAB Deep Lilac

📋 copy color: '#965BAB'

red 150 ◦ green 91 ◦ blue 171

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

Shades of Deep Lilac #965BAB

Tints of Deep Lilac #965BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.09%

 BLUE value IS 171 (67.19% from 255) = 41.5%

R = 36.41%
G = 22.09%
B = 41.5%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#965BAB (or 0x965BAB) is known color: Deep Lilac. HEX triplet: 96, 5B and AB. RGB value is (150,91,171). Sum of RGB (Red+Green+Blue) = 150+91+171=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #965BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965BAB is #69A454. Grayscale: #757575. Windows color (decimal): -6923349 or 11230102. OLE color: 11230102.

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

Color convert

RGB 150 91 171 -
CMYK 0.12 0.47 0 0.33
HSL 284.25º 0.32% 0.51% -
HSV(B) 284.25º 0.47% 0.67% -
XYZ 23.67 16.91 40.54 -
YUV 117.76 158.05 151 -
System Red Green Blue C M Y K H S L
Decimal 150 91 171 0.12 0.47 0 0.33 284.25 0.32 0.51
Hex 96 5B AB C 2F 0 21 11C 20 33
Octal 226 133 253 14 57 0 41 434 40 63
Binary 10010110 1011011 10101011 1100 101111 0 100001 100011100 100000 110011

Color Harmonies of #965BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965BAB

Black with #965BAB

Text Example


Text Example

White with #965BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,91,171); }

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

background-color css

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

 a { background-color: rgb(150,91,171); }

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

border-color css

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

 span { border-color: rgb(150,91,171); }

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