Html Css Color HEX #965EBA Deep Lilac

📋 copy color: '#965EBA'

red 150 ◦ green 94 ◦ blue 186

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

Shades of Deep Lilac #965EBA

Tints of Deep Lilac #965EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.26%

R = 34.88%
G = 21.86%
B = 43.26%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#965EBA (or 0x965EBA) is known color: Deep Lilac. HEX triplet: 96, 5E and BA. RGB value is (150,94,186). Sum of RGB (Red+Green+Blue) = 150+94+186=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #965EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965EBA is #69A145. Grayscale: #787878. Windows color (decimal): -6922566 or 12213910. OLE color: 12213910.

HSL color Cylindrical-coordinate representation of color #965EBA: hue angle of 276.52º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #965EBA is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 94 186 -
CMYK 0.19 0.49 0 0.27
HSL 276.52º 0.4% 0.55% -
HSV(B) 276.52º 0.49% 0.73% -
XYZ 25.44 18.03 48.59 -
YUV 121.23 164.55 148.52 -
System Red Green Blue C M Y K H S L
Decimal 150 94 186 0.19 0.49 0 0.27 276.52 0.4 0.55
Hex 96 5E BA 13 31 0 1B 115 28 37
Octal 226 136 272 23 61 0 33 425 50 67
Binary 10010110 1011110 10111010 10011 110001 0 11011 100010101 101000 110111

Color Harmonies of #965EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965EBA

Black with #965EBA

Text Example


Text Example

White with #965EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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