Html Css Color HEX #964ACC Deep Lilac

📋 copy color: '#964ACC'

red 150 ◦ green 74 ◦ blue 204

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

Shades of Deep Lilac #964ACC

Tints of Deep Lilac #964ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.66%

R = 35.05%
G = 17.29%
B = 47.66%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#964ACC (or 0x964ACC) is known color: Deep Lilac. HEX triplet: 96, 4A and CC. RGB value is (150,74,204). Sum of RGB (Red+Green+Blue) = 150+74+204=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 74 (29.30% from 255 or 17.29% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #964ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964ACC is #69B533. Grayscale: #6F6F6F. Windows color (decimal): -6927668 or 13388438. OLE color: 13388438.

HSL color Cylindrical-coordinate representation of color #964ACC: hue angle of 275.08º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #964ACC is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 74 204 -
CMYK 0.26 0.64 0 0.2
HSL 275.08º 0.56% 0.55% -
HSV(B) 275.08º 0.64% 0.8% -
XYZ 25.93 15.74 58.8 -
YUV 111.54 180.18 155.43 -
System Red Green Blue C M Y K H S L
Decimal 150 74 204 0.26 0.64 0 0.2 275.08 0.56 0.55
Hex 96 4A CC 1A 40 0 14 113 38 37
Octal 226 112 314 32 100 0 24 423 70 67
Binary 10010110 1001010 11001100 11010 1000000 0 10100 100010011 111000 110111

Color Harmonies of #964ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964ACC

Black with #964ACC

Text Example


Text Example

White with #964ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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