Html Css Color HEX #963AAF Deep Lilac

📋 copy color: '#963AAF'

red 150 ◦ green 58 ◦ blue 175

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

Shades of Deep Lilac #963AAF

Tints of Deep Lilac #963AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.69%

R = 39.16%
G = 15.14%
B = 45.69%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#963AAF (or 0x963AAF) is known color: Deep Lilac. HEX triplet: 96, 3A and AF. RGB value is (150,58,175). Sum of RGB (Red+Green+Blue) = 150+58+175=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #963AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963AAF is #69C550. Grayscale: #626262. Windows color (decimal): -6931793 or 11483798. OLE color: 11483798.

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

Color convert

RGB 150 58 175 -
CMYK 0.14 0.67 0 0.31
HSL 287.18º 0.5% 0.46% -
HSV(B) 287.18º 0.67% 0.69% -
XYZ 21.83 12.61 41.84 -
YUV 98.85 170.98 164.49 -
System Red Green Blue C M Y K H S L
Decimal 150 58 175 0.14 0.67 0 0.31 287.18 0.5 0.46
Hex 96 3A AF E 43 0 1F 11F 32 2E
Octal 226 72 257 16 103 0 37 437 62 56
Binary 10010110 111010 10101111 1110 1000011 0 11111 100011111 110010 101110

Color Harmonies of #963AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963AAF

Black with #963AAF

Text Example


Text Example

White with #963AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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