Html Css Color HEX #963FAC Deep Lilac

📋 copy color: '#963FAC'

red 150 ◦ green 63 ◦ blue 172

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

Shades of Deep Lilac #963FAC

Tints of Deep Lilac #963FAC

RGB

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

 GREEN value IS 63 (25% from 255) = 16.36%

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

R = 38.96%
G = 16.36%
B = 44.68%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#963FAC (or 0x963FAC) is known color: Deep Lilac. HEX triplet: 96, 3F and AC. RGB value is (150,63,172). Sum of RGB (Red+Green+Blue) = 150+63+172=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #963FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963FAC is #69C053. Grayscale: #656565. Windows color (decimal): -6930516 or 11288470. OLE color: 11288470.

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

Color convert

RGB 150 63 172 -
CMYK 0.13 0.63 0 0.33
HSL 287.89º 0.46% 0.46% -
HSV(B) 287.89º 0.63% 0.67% -
XYZ 21.8 13.02 40.39 -
YUV 101.44 167.82 162.64 -
System Red Green Blue C M Y K H S L
Decimal 150 63 172 0.13 0.63 0 0.33 287.89 0.46 0.46
Hex 96 3F AC D 3F 0 21 120 2E 2E
Octal 226 77 254 15 77 0 41 440 56 56
Binary 10010110 111111 10101100 1101 111111 0 100001 100100000 101110 101110

Color Harmonies of #963FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963FAC

Black with #963FAC

Text Example


Text Example

White with #963FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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