Html Css Color HEX #965EBE Deep Lilac

📋 copy color: '#965EBE'

red 150 ◦ green 94 ◦ blue 190

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

Shades of Deep Lilac #965EBE

Tints of Deep Lilac #965EBE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.66%

 BLUE value IS 190 (74.61% from 255) = 43.78%

R = 34.56%
G = 21.66%
B = 43.78%

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

#965EBE (or 0x965EBE) is known color: Deep Lilac. HEX triplet: 96, 5E and BE. RGB value is (150,94,190). Sum of RGB (Red+Green+Blue) = 150+94+190=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #965EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965EBE is #69A141. Grayscale: #797979. Windows color (decimal): -6922562 or 12476054. OLE color: 12476054.

HSL color Cylindrical-coordinate representation of color #965EBE: hue angle of 275º degrees, saturation: 0.42, 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 #965EBE is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 94 190 -
CMYK 0.21 0.51 0 0.25
HSL 275º 0.42% 0.56% -
HSV(B) 275º 0.51% 0.75% -
XYZ 25.87 18.21 50.87 -
YUV 121.69 166.55 148.19 -
System Red Green Blue C M Y K H S L
Decimal 150 94 190 0.21 0.51 0 0.25 275 0.42 0.56
Hex 96 5E BE 15 33 0 19 113 2A 38
Octal 226 136 276 25 63 0 31 423 52 70
Binary 10010110 1011110 10111110 10101 110011 0 11001 100010011 101010 111000

Color Harmonies of #965EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965EBE

Black with #965EBE

Text Example


Text Example

White with #965EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,94,190); }

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

background-color css

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

 a { background-color: rgb(150,94,190); }

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

border-color css

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

 span { border-color: rgb(150,94,190); }

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