Html Css Color HEX #963AAB Deep Lilac

📋 copy color: '#963AAB'

red 150 ◦ green 58 ◦ blue 171

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

Shades of Deep Lilac #963AAB

Tints of Deep Lilac #963AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.3%

 BLUE value IS 171 (67.19% from 255) = 45.12%

R = 39.58%
G = 15.3%
B = 45.12%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#963AAB (or 0x963AAB) is known color: Deep Lilac. HEX triplet: 96, 3A and AB. RGB value is (150,58,171). Sum of RGB (Red+Green+Blue) = 150+58+171=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #963AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963AAB is #69C554. Grayscale: #626262. Windows color (decimal): -6931797 or 11221654. OLE color: 11221654.

HSL color Cylindrical-coordinate representation of color #963AAB: hue angle of 288.85º 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 #963AAB is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 58 171 -
CMYK 0.12 0.66 0 0.33
HSL 288.85º 0.49% 0.45% -
HSV(B) 288.85º 0.66% 0.67% -
XYZ 21.44 12.45 39.8 -
YUV 98.39 168.98 164.81 -
System Red Green Blue C M Y K H S L
Decimal 150 58 171 0.12 0.66 0 0.33 288.85 0.49 0.45
Hex 96 3A AB C 42 0 21 121 31 2D
Octal 226 72 253 14 102 0 41 441 61 55
Binary 10010110 111010 10101011 1100 1000010 0 100001 100100001 110001 101101

Color Harmonies of #963AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963AAB

Black with #963AAB

Text Example


Text Example

White with #963AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,58,171); }

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

background-color css

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

 a { background-color: rgb(150,58,171); }

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

border-color css

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

 span { border-color: rgb(150,58,171); }

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