Html Css Color HEX #965CBF Deep Lilac

📋 copy color: '#965CBF'

red 150 ◦ green 92 ◦ blue 191

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

Shades of Deep Lilac #965CBF

Tints of Deep Lilac #965CBF

RGB

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

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

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

R = 34.64%
G = 21.25%
B = 44.11%

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

#965CBF (or 0x965CBF) is known color: Deep Lilac. HEX triplet: 96, 5C and BF. RGB value is (150,92,191). Sum of RGB (Red+Green+Blue) = 150+92+191=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #965CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965CBF is #69A340. Grayscale: #787878. Windows color (decimal): -6923073 or 12541078. OLE color: 12541078.

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

Color convert

RGB 150 92 191 -
CMYK 0.21 0.52 0 0.25
HSL 275.15º 0.44% 0.55% -
HSV(B) 275.15º 0.52% 0.75% -
XYZ 25.81 17.9 51.38 -
YUV 120.63 167.72 148.95 -
System Red Green Blue C M Y K H S L
Decimal 150 92 191 0.21 0.52 0 0.25 275.15 0.44 0.55
Hex 96 5C BF 15 34 0 19 113 2C 37
Octal 226 134 277 25 64 0 31 423 54 67
Binary 10010110 1011100 10111111 10101 110100 0 11001 100010011 101100 110111

Color Harmonies of #965CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965CBF

Black with #965CBF

Text Example


Text Example

White with #965CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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