Html Css Color HEX #965DBF Deep Lilac

📋 copy color: '#965DBF'

red 150 ◦ green 93 ◦ blue 191

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

Shades of Deep Lilac #965DBF

Tints of Deep Lilac #965DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.43%

 BLUE value IS 191 (75% from 255) = 44.01%

R = 34.56%
G = 21.43%
B = 44.01%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#965DBF (or 0x965DBF) is known color: Deep Lilac. HEX triplet: 96, 5D and BF. RGB value is (150,93,191). Sum of RGB (Red+Green+Blue) = 150+93+191=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #965DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965DBF is #69A240. Grayscale: #787878. Windows color (decimal): -6922817 or 12541334. OLE color: 12541334.

HSL color Cylindrical-coordinate representation of color #965DBF: hue angle of 274.9º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #965DBF is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 93 191 -
CMYK 0.21 0.51 0 0.25
HSL 274.9º 0.43% 0.56% -
HSV(B) 274.9º 0.51% 0.75% -
XYZ 25.9 18.07 51.41 -
YUV 121.22 167.38 148.53 -
System Red Green Blue C M Y K H S L
Decimal 150 93 191 0.21 0.51 0 0.25 274.9 0.43 0.56
Hex 96 5D BF 15 33 0 19 113 2B 38
Octal 226 135 277 25 63 0 31 423 53 70
Binary 10010110 1011101 10111111 10101 110011 0 11001 100010011 101011 111000

Color Harmonies of #965DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965DBF

Black with #965DBF

Text Example


Text Example

White with #965DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,93,191); }

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

background-color css

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

 a { background-color: rgb(150,93,191); }

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

border-color css

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

 span { border-color: rgb(150,93,191); }

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