Html Css Color HEX #964CBF Deep Lilac

📋 copy color: '#964CBF'

red 150 ◦ green 76 ◦ blue 191

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

Shades of Deep Lilac #964CBF

Tints of Deep Lilac #964CBF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.23%

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

R = 35.97%
G = 18.23%
B = 45.8%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#964CBF (or 0x964CBF) is known color: Deep Lilac. HEX triplet: 96, 4C and BF. RGB value is (150,76,191). Sum of RGB (Red+Green+Blue) = 150+76+191=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #964CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964CBF is #69B340. Grayscale: #6E6E6E. Windows color (decimal): -6927169 or 12536982. OLE color: 12536982.

HSL color Cylindrical-coordinate representation of color #964CBF: hue angle of 278.61º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #964CBF is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 76 191 -
CMYK 0.21 0.60 0 0.25
HSL 278.61º 0.47% 0.52% -
HSV(B) 278.61º 0.6% 0.75% -
XYZ 24.57 15.41 50.97 -
YUV 111.24 173.02 155.65 -
System Red Green Blue C M Y K H S L
Decimal 150 76 191 0.21 0.60 0 0.25 278.61 0.47 0.52
Hex 96 4C BF 15 3C 0 19 117 2F 34
Octal 226 114 277 25 74 0 31 427 57 64
Binary 10010110 1001100 10111111 10101 111100 0 11001 100010111 101111 110100

Color Harmonies of #964CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964CBF

Black with #964CBF

Text Example


Text Example

White with #964CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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