Html Css Color HEX #964DBC Deep Lilac

📋 copy color: '#964DBC'

red 150 ◦ green 77 ◦ blue 188

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

Shades of Deep Lilac #964DBC

Tints of Deep Lilac #964DBC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.55%

 BLUE value IS 188 (73.83% from 255) = 45.3%

R = 36.14%
G = 18.55%
B = 45.3%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#964DBC (or 0x964DBC) is known color: Deep Lilac. HEX triplet: 96, 4D and BC. RGB value is (150,77,188). Sum of RGB (Red+Green+Blue) = 150+77+188=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #964DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964DBC is #69B243. Grayscale: #6F6F6F. Windows color (decimal): -6926916 or 12340630. OLE color: 12340630.

HSL color Cylindrical-coordinate representation of color #964DBC: hue angle of 279.46º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #964DBC is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 77 188 -
CMYK 0.20 0.59 0 0.26
HSL 279.46º 0.45% 0.52% -
HSV(B) 279.46º 0.59% 0.74% -
XYZ 24.31 15.42 49.27 -
YUV 111.48 171.18 155.47 -
System Red Green Blue C M Y K H S L
Decimal 150 77 188 0.20 0.59 0 0.26 279.46 0.45 0.52
Hex 96 4D BC 14 3B 0 1A 117 2D 34
Octal 226 115 274 24 73 0 32 427 55 64
Binary 10010110 1001101 10111100 10100 111011 0 11010 100010111 101101 110100

Color Harmonies of #964DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964DBC

Black with #964DBC

Text Example


Text Example

White with #964DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,77,188); }

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

background-color css

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

 a { background-color: rgb(150,77,188); }

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

border-color css

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

 span { border-color: rgb(150,77,188); }

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