Html Css Color HEX #965FB6 Deep Lilac

📋 copy color: '#965FB6'

red 150 ◦ green 95 ◦ blue 182

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

Shades of Deep Lilac #965FB6

Tints of Deep Lilac #965FB6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.25%

 BLUE value IS 182 (71.48% from 255) = 42.62%

R = 35.13%
G = 22.25%
B = 42.62%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#965FB6 (or 0x965FB6) is known color: Deep Lilac. HEX triplet: 96, 5F and B6. RGB value is (150,95,182). Sum of RGB (Red+Green+Blue) = 150+95+182=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 182 (71.48% from 255 or 42.62% from 427); Max value from RGB is 182 - color contains mainly: blue. Hex color #965FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965FB6 is #69A049. Grayscale: #797979. Windows color (decimal): -6922314 or 11952022. OLE color: 11952022.

HSL color Cylindrical-coordinate representation of color #965FB6: hue angle of 277.93º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #965FB6 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 95 182 -
CMYK 0.18 0.48 0 0.29
HSL 277.93º 0.37% 0.54% -
HSV(B) 277.93º 0.48% 0.71% -
XYZ 25.11 18.05 46.42 -
YUV 121.36 162.22 148.43 -
System Red Green Blue C M Y K H S L
Decimal 150 95 182 0.18 0.48 0 0.29 277.93 0.37 0.54
Hex 96 5F B6 12 30 0 1D 116 25 36
Octal 226 137 266 22 60 0 35 426 45 66
Binary 10010110 1011111 10110110 10010 110000 0 11101 100010110 100101 110110

Color Harmonies of #965FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965FB6

Black with #965FB6

Text Example


Text Example

White with #965FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,95,182); }

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

background-color css

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

 a { background-color: rgb(150,95,182); }

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

border-color css

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

 span { border-color: rgb(150,95,182); }

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