Html Css Color HEX #963AAC Deep Lilac

📋 copy color: '#963AAC'

red 150 ◦ green 58 ◦ blue 172

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

Shades of Deep Lilac #963AAC

Tints of Deep Lilac #963AAC

RGB

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

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

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

R = 39.47%
G = 15.26%
B = 45.26%

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

#963AAC (or 0x963AAC) is known color: Deep Lilac. HEX triplet: 96, 3A and AC. RGB value is (150,58,172). Sum of RGB (Red+Green+Blue) = 150+58+172=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #963AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963AAC is #69C553. Grayscale: #626262. Windows color (decimal): -6931796 or 11287190. OLE color: 11287190.

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

Color convert

RGB 150 58 172 -
CMYK 0.13 0.66 0 0.33
HSL 288.42º 0.5% 0.45% -
HSV(B) 288.42º 0.66% 0.67% -
XYZ 21.54 12.49 40.31 -
YUV 98.5 169.48 164.73 -
System Red Green Blue C M Y K H S L
Decimal 150 58 172 0.13 0.66 0 0.33 288.42 0.5 0.45
Hex 96 3A AC D 42 0 21 120 32 2D
Octal 226 72 254 15 102 0 41 440 62 55
Binary 10010110 111010 10101100 1101 1000010 0 100001 100100000 110010 101101

Color Harmonies of #963AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963AAC

Black with #963AAC

Text Example


Text Example

White with #963AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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