Html Css Color HEX #963BAC Deep Lilac

📋 copy color: '#963BAC'

red 150 ◦ green 59 ◦ blue 172

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

Shades of Deep Lilac #963BAC

Tints of Deep Lilac #963BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.49%

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

R = 39.37%
G = 15.49%
B = 45.14%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#963BAC (or 0x963BAC) is known color: Deep Lilac. HEX triplet: 96, 3B and AC. RGB value is (150,59,172). Sum of RGB (Red+Green+Blue) = 150+59+172=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 59 (23.44% from 255 or 15.49% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #963BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963BAC is #69C453. Grayscale: #626262. Windows color (decimal): -6931540 or 11287446. OLE color: 11287446.

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

Color convert

RGB 150 59 172 -
CMYK 0.13 0.66 0 0.33
HSL 288.32º 0.49% 0.45% -
HSV(B) 288.32º 0.66% 0.67% -
XYZ 21.59 12.59 40.32 -
YUV 99.09 169.15 164.31 -
System Red Green Blue C M Y K H S L
Decimal 150 59 172 0.13 0.66 0 0.33 288.32 0.49 0.45
Hex 96 3B AC D 42 0 21 120 31 2D
Octal 226 73 254 15 102 0 41 440 61 55
Binary 10010110 111011 10101100 1101 1000010 0 100001 100100000 110001 101101

Color Harmonies of #963BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963BAC

Black with #963BAC

Text Example


Text Example

White with #963BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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