Html Css Color HEX #965CB8 Deep Lilac

📋 copy color: '#965CB8'

red 150 ◦ green 92 ◦ blue 184

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

Shades of Deep Lilac #965CB8

Tints of Deep Lilac #965CB8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.6%

 BLUE value IS 184 (72.27% from 255) = 43.19%

R = 35.21%
G = 21.6%
B = 43.19%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#965CB8 (or 0x965CB8) is known color: Deep Lilac. HEX triplet: 96, 5C and B8. RGB value is (150,92,184). Sum of RGB (Red+Green+Blue) = 150+92+184=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 184 (72.27% from 255 or 43.19% from 426); Max value from RGB is 184 - color contains mainly: blue. Hex color #965CB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965CB8 is #69A347. Grayscale: #777777. Windows color (decimal): -6923080 or 12082326. OLE color: 12082326.

HSL color Cylindrical-coordinate representation of color #965CB8: hue angle of 277.83º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #965CB8 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 92 184 -
CMYK 0.18 0.50 0 0.28
HSL 277.83º 0.39% 0.54% -
HSV(B) 277.83º 0.5% 0.72% -
XYZ 25.06 17.6 47.42 -
YUV 119.83 164.22 149.52 -
System Red Green Blue C M Y K H S L
Decimal 150 92 184 0.18 0.50 0 0.28 277.83 0.39 0.54
Hex 96 5C B8 12 32 0 1C 116 27 36
Octal 226 134 270 22 62 0 34 426 47 66
Binary 10010110 1011100 10111000 10010 110010 0 11100 100010110 100111 110110

Color Harmonies of #965CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965CB8

Black with #965CB8

Text Example


Text Example

White with #965CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,92,184); }

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

background-color css

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

 a { background-color: rgb(150,92,184); }

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

border-color css

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

 span { border-color: rgb(150,92,184); }

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