Html Css Color HEX #963AAE Deep Lilac

📋 copy color: '#963AAE'

red 150 ◦ green 58 ◦ blue 174

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

Shades of Deep Lilac #963AAE

Tints of Deep Lilac #963AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.55%

R = 39.27%
G = 15.18%
B = 45.55%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#963AAE (or 0x963AAE) is known color: Deep Lilac. HEX triplet: 96, 3A and AE. RGB value is (150,58,174). Sum of RGB (Red+Green+Blue) = 150+58+174=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #963AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963AAE is #69C551. Grayscale: #626262. Windows color (decimal): -6931794 or 11418262. OLE color: 11418262.

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

Color convert

RGB 150 58 174 -
CMYK 0.14 0.67 0 0.32
HSL 287.59º 0.5% 0.45% -
HSV(B) 287.59º 0.67% 0.68% -
XYZ 21.73 12.57 41.32 -
YUV 98.73 170.48 164.57 -
System Red Green Blue C M Y K H S L
Decimal 150 58 174 0.14 0.67 0 0.32 287.59 0.5 0.45
Hex 96 3A AE E 43 0 20 120 32 2D
Octal 226 72 256 16 103 0 40 440 62 55
Binary 10010110 111010 10101110 1110 1000011 0 100000 100100000 110010 101101

Color Harmonies of #963AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963AAE

Black with #963AAE

Text Example


Text Example

White with #963AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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