Html Css Color HEX #965BB4 Deep Lilac

📋 copy color: '#965BB4'

red 150 ◦ green 91 ◦ blue 180

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

Shades of Deep Lilac #965BB4

Tints of Deep Lilac #965BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.76%

R = 35.63%
G = 21.62%
B = 42.76%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#965BB4 (or 0x965BB4) is known color: Deep Lilac. HEX triplet: 96, 5B and B4. RGB value is (150,91,180). Sum of RGB (Red+Green+Blue) = 150+91+180=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 180 - color contains mainly: blue. Hex color #965BB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965BB4 is #69A44B. Grayscale: #767676. Windows color (decimal): -6923340 or 11819926. OLE color: 11819926.

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

Color convert

RGB 150 91 180 -
CMYK 0.17 0.49 0 0.29
HSL 279.78º 0.37% 0.53% -
HSV(B) 279.78º 0.49% 0.71% -
XYZ 24.56 17.26 45.22 -
YUV 118.79 162.55 150.26 -
System Red Green Blue C M Y K H S L
Decimal 150 91 180 0.17 0.49 0 0.29 279.78 0.37 0.53
Hex 96 5B B4 11 31 0 1D 118 25 35
Octal 226 133 264 21 61 0 35 430 45 65
Binary 10010110 1011011 10110100 10001 110001 0 11101 100011000 100101 110101

Color Harmonies of #965BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965BB4

Black with #965BB4

Text Example


Text Example

White with #965BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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