Html Css Color HEX #965BB2 Deep Lilac

📋 copy color: '#965BB2'

red 150 ◦ green 91 ◦ blue 178

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

Shades of Deep Lilac #965BB2

Tints of Deep Lilac #965BB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.48%

R = 35.8%
G = 21.72%
B = 42.48%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#965BB2 (or 0x965BB2) is known color: Deep Lilac. HEX triplet: 96, 5B and B2. RGB value is (150,91,178). Sum of RGB (Red+Green+Blue) = 150+91+178=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 178 (69.92% from 255 or 42.48% from 419); Max value from RGB is 178 - color contains mainly: blue. Hex color #965BB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965BB2 is #69A44D. Grayscale: #767676. Windows color (decimal): -6923342 or 11688854. OLE color: 11688854.

HSL color Cylindrical-coordinate representation of color #965BB2: hue angle of 280.69º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #965BB2 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 91 178 -
CMYK 0.16 0.49 0 0.30
HSL 280.69º 0.36% 0.53% -
HSV(B) 280.69º 0.49% 0.7% -
XYZ 24.35 17.18 44.15 -
YUV 118.56 161.55 150.43 -
System Red Green Blue C M Y K H S L
Decimal 150 91 178 0.16 0.49 0 0.30 280.69 0.36 0.53
Hex 96 5B B2 10 31 0 1E 119 24 35
Octal 226 133 262 20 61 0 36 431 44 65
Binary 10010110 1011011 10110010 10000 110001 0 11110 100011001 100100 110101

Color Harmonies of #965BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965BB2

Black with #965BB2

Text Example


Text Example

White with #965BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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