Html Css Color HEX #963EAC Deep Lilac

📋 copy color: '#963EAC'

red 150 ◦ green 62 ◦ blue 172

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

Shades of Deep Lilac #963EAC

Tints of Deep Lilac #963EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.15%

 BLUE value IS 172 (67.58% from 255) = 44.79%

R = 39.06%
G = 16.15%
B = 44.79%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#963EAC (or 0x963EAC) is known color: Deep Lilac. HEX triplet: 96, 3E and AC. RGB value is (150,62,172). Sum of RGB (Red+Green+Blue) = 150+62+172=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 62 (24.61% from 255 or 16.15% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #963EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963EAC is #69C153. Grayscale: #646464. Windows color (decimal): -6930772 or 11288214. OLE color: 11288214.

HSL color Cylindrical-coordinate representation of color #963EAC: hue angle of 288º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #963EAC is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 62 172 -
CMYK 0.13 0.64 0 0.33
HSL 288º 0.47% 0.46% -
HSV(B) 288º 0.64% 0.67% -
XYZ 21.75 12.91 40.38 -
YUV 100.85 168.15 163.06 -
System Red Green Blue C M Y K H S L
Decimal 150 62 172 0.13 0.64 0 0.33 288 0.47 0.46
Hex 96 3E AC D 40 0 21 120 2F 2E
Octal 226 76 254 15 100 0 41 440 57 56
Binary 10010110 111110 10101100 1101 1000000 0 100001 100100000 101111 101110

Color Harmonies of #963EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963EAC

Black with #963EAC

Text Example


Text Example

White with #963EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963EAC; }

 p { color: rgb(150,62,172); }

 H1.HeaderClassName
 {
   color: #963EAC;
 }
 .AnyTagClassName
 {
   color: #963EAC;
 }
</style>

background-color css

<style>
 a { background-color: #963EAC; }

 a { background-color: rgb(150,62,172); }

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

border-color css

<style>
 span { border-color: #963EAC; }

 span { border-color: rgb(150,62,172); }

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