Html Css Color HEX #965BBE Deep Lilac

📋 copy color: '#965BBE'

red 150 ◦ green 91 ◦ blue 190

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

Shades of Deep Lilac #965BBE

Tints of Deep Lilac #965BBE

RGB

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

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

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

R = 34.8%
G = 21.11%
B = 44.08%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#965BBE (or 0x965BBE) is known color: Deep Lilac. HEX triplet: 96, 5B and BE. RGB value is (150,91,190). Sum of RGB (Red+Green+Blue) = 150+91+190=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #965BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965BBE is #69A441. Grayscale: #777777. Windows color (decimal): -6923330 or 12475286. OLE color: 12475286.

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

Color convert

RGB 150 91 190 -
CMYK 0.21 0.52 0 0.25
HSL 275.76º 0.43% 0.55% -
HSV(B) 275.76º 0.52% 0.75% -
XYZ 25.61 17.68 50.78 -
YUV 119.93 167.55 149.45 -
System Red Green Blue C M Y K H S L
Decimal 150 91 190 0.21 0.52 0 0.25 275.76 0.43 0.55
Hex 96 5B BE 15 34 0 19 114 2B 37
Octal 226 133 276 25 64 0 31 424 53 67
Binary 10010110 1011011 10111110 10101 110100 0 11001 100010100 101011 110111

Color Harmonies of #965BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965BBE

Black with #965BBE

Text Example


Text Example

White with #965BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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