Html Css Color HEX #964ACF Deep Lilac

📋 copy color: '#964ACF'

red 150 ◦ green 74 ◦ blue 207

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

Shades of Deep Lilac #964ACF

Tints of Deep Lilac #964ACF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.17%

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

R = 34.8%
G = 17.17%
B = 48.03%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#964ACF (or 0x964ACF) is known color: Deep Lilac. HEX triplet: 96, 4A and CF. RGB value is (150,74,207). Sum of RGB (Red+Green+Blue) = 150+74+207=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #964ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964ACF is #69B530. Grayscale: #6F6F6F. Windows color (decimal): -6927665 or 13585046. OLE color: 13585046.

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

Color convert

RGB 150 74 207 -
CMYK 0.28 0.64 0 0.19
HSL 274.29º 0.58% 0.55% -
HSV(B) 274.29º 0.64% 0.81% -
XYZ 26.29 15.89 60.71 -
YUV 111.89 181.68 155.19 -
System Red Green Blue C M Y K H S L
Decimal 150 74 207 0.28 0.64 0 0.19 274.29 0.58 0.55
Hex 96 4A CF 1C 40 0 13 112 3A 37
Octal 226 112 317 34 100 0 23 422 72 67
Binary 10010110 1001010 11001111 11100 1000000 0 10011 100010010 111010 110111

Color Harmonies of #964ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964ACF

Black with #964ACF

Text Example


Text Example

White with #964ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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