Html Css Color HEX #963BAD Deep Lilac

📋 copy color: '#963BAD'

red 150 ◦ green 59 ◦ blue 173

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

Shades of Deep Lilac #963BAD

Tints of Deep Lilac #963BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.29%

R = 39.27%
G = 15.45%
B = 45.29%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#963BAD (or 0x963BAD) is known color: Deep Lilac. HEX triplet: 96, 3B and AD. RGB value is (150,59,173). Sum of RGB (Red+Green+Blue) = 150+59+173=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #963BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963BAD is #69C452. Grayscale: #626262. Windows color (decimal): -6931539 or 11352982. OLE color: 11352982.

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

Color convert

RGB 150 59 173 -
CMYK 0.13 0.66 0 0.32
HSL 287.89º 0.49% 0.45% -
HSV(B) 287.89º 0.66% 0.68% -
XYZ 21.68 12.63 40.83 -
YUV 99.21 169.65 164.23 -
System Red Green Blue C M Y K H S L
Decimal 150 59 173 0.13 0.66 0 0.32 287.89 0.49 0.45
Hex 96 3B AD D 42 0 20 120 31 2D
Octal 226 73 255 15 102 0 40 440 61 55
Binary 10010110 111011 10101101 1101 1000010 0 100000 100100000 110001 101101

Color Harmonies of #963BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963BAD

Black with #963BAD

Text Example


Text Example

White with #963BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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