Html Css Color HEX #964FCF Deep Lilac

📋 copy color: '#964FCF'

red 150 ◦ green 79 ◦ blue 207

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

Shades of Deep Lilac #964FCF

Tints of Deep Lilac #964FCF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.12%

 BLUE value IS 207 (81.25% from 255) = 47.48%

R = 34.4%
G = 18.12%
B = 47.48%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#964FCF (or 0x964FCF) is known color: Deep Lilac. HEX triplet: 96, 4F and CF. RGB value is (150,79,207). Sum of RGB (Red+Green+Blue) = 150+79+207=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 79 (31.25% from 255 or 18.12% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #964FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964FCF is #69B030. Grayscale: #727272. Windows color (decimal): -6926385 or 13586326. OLE color: 13586326.

HSL color Cylindrical-coordinate representation of color #964FCF: hue angle of 273.28º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #964FCF is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 79 207 -
CMYK 0.28 0.62 0 0.19
HSL 273.28º 0.57% 0.56% -
HSV(B) 273.28º 0.62% 0.81% -
XYZ 26.64 16.58 60.83 -
YUV 114.82 180.02 153.09 -
System Red Green Blue C M Y K H S L
Decimal 150 79 207 0.28 0.62 0 0.19 273.28 0.57 0.56
Hex 96 4F CF 1C 3E 0 13 111 39 38
Octal 226 117 317 34 76 0 23 421 71 70
Binary 10010110 1001111 11001111 11100 111110 0 10011 100010001 111001 111000

Color Harmonies of #964FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964FCF

Black with #964FCF

Text Example


Text Example

White with #964FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,79,207); }

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

background-color css

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

 a { background-color: rgb(150,79,207); }

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

border-color css

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

 span { border-color: rgb(150,79,207); }

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