Html Css Color HEX #964ACB Deep Lilac

📋 copy color: '#964ACB'

red 150 ◦ green 74 ◦ blue 203

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

Shades of Deep Lilac #964ACB

Tints of Deep Lilac #964ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.54%

R = 35.13%
G = 17.33%
B = 47.54%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#964ACB (or 0x964ACB) is known color: Deep Lilac. HEX triplet: 96, 4A and CB. RGB value is (150,74,203). Sum of RGB (Red+Green+Blue) = 150+74+203=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #964ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964ACB is #69B534. Grayscale: #6E6E6E. Windows color (decimal): -6927669 or 13322902. OLE color: 13322902.

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

Color convert

RGB 150 74 203 -
CMYK 0.26 0.64 0 0.20
HSL 275.35º 0.55% 0.54% -
HSV(B) 275.35º 0.64% 0.8% -
XYZ 25.81 15.69 58.17 -
YUV 111.43 179.68 155.51 -
System Red Green Blue C M Y K H S L
Decimal 150 74 203 0.26 0.64 0 0.20 275.35 0.55 0.54
Hex 96 4A CB 1A 40 0 14 113 37 36
Octal 226 112 313 32 100 0 24 423 67 66
Binary 10010110 1001010 11001011 11010 1000000 0 10100 100010011 110111 110110

Color Harmonies of #964ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964ACB

Black with #964ACB

Text Example


Text Example

White with #964ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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