Html Css Color HEX #964ABC Deep Lilac

📋 copy color: '#964ABC'

red 150 ◦ green 74 ◦ blue 188

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

Shades of Deep Lilac #964ABC

Tints of Deep Lilac #964ABC

RGB

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

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

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

R = 36.41%
G = 17.96%
B = 45.63%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#964ABC (or 0x964ABC) is known color: Deep Lilac. HEX triplet: 96, 4A and BC. RGB value is (150,74,188). Sum of RGB (Red+Green+Blue) = 150+74+188=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #964ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964ABC is #69B543. Grayscale: #6D6D6D. Windows color (decimal): -6927684 or 12339862. OLE color: 12339862.

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

Color convert

RGB 150 74 188 -
CMYK 0.20 0.61 0 0.26
HSL 280º 0.46% 0.51% -
HSV(B) 280º 0.61% 0.74% -
XYZ 24.1 15.01 49.2 -
YUV 109.72 172.18 156.73 -
System Red Green Blue C M Y K H S L
Decimal 150 74 188 0.20 0.61 0 0.26 280 0.46 0.51
Hex 96 4A BC 14 3D 0 1A 118 2E 33
Octal 226 112 274 24 75 0 32 430 56 63
Binary 10010110 1001010 10111100 10100 111101 0 11010 100011000 101110 110011

Color Harmonies of #964ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964ABC

Black with #964ABC

Text Example


Text Example

White with #964ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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