Html Css Color HEX #965CBE Deep Lilac

📋 copy color: '#965CBE'

red 150 ◦ green 92 ◦ blue 190

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

Shades of Deep Lilac #965CBE

Tints of Deep Lilac #965CBE

RGB

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

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

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

R = 34.72%
G = 21.3%
B = 43.98%

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

#965CBE (or 0x965CBE) is known color: Deep Lilac. HEX triplet: 96, 5C and BE. RGB value is (150,92,190). Sum of RGB (Red+Green+Blue) = 150+92+190=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #965CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965CBE is #69A341. Grayscale: #787878. Windows color (decimal): -6923074 or 12475542. OLE color: 12475542.

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

Color convert

RGB 150 92 190 -
CMYK 0.21 0.52 0 0.25
HSL 275.51º 0.43% 0.55% -
HSV(B) 275.51º 0.52% 0.75% -
XYZ 25.7 17.86 50.81 -
YUV 120.51 167.22 149.03 -
System Red Green Blue C M Y K H S L
Decimal 150 92 190 0.21 0.52 0 0.25 275.51 0.43 0.55
Hex 96 5C BE 15 34 0 19 114 2B 37
Octal 226 134 276 25 64 0 31 424 53 67
Binary 10010110 1011100 10111110 10101 110100 0 11001 100010100 101011 110111

Color Harmonies of #965CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965CBE

Black with #965CBE

Text Example


Text Example

White with #965CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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