Html Css Color HEX #963476 Dark Purple

📋 copy color: '#963476'

red 150 ◦ green 52 ◦ blue 118

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

Shades of Dark Purple #963476

Tints of Dark Purple #963476

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.25%

 BLUE value IS 118 (46.48% from 255) = 36.88%

R = 46.88%
G = 16.25%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#963476 (or 0x963476) is known color: Dark Purple. HEX triplet: 96, 34 and 76. RGB value is (150,52,118). Sum of RGB (Red+Green+Blue) = 150+52+118=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #963476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963476 is #69CB89. Grayscale: #585858. Windows color (decimal): -6933386 or 7746710. OLE color: 7746710.

HSL color Cylindrical-coordinate representation of color #963476: hue angle of 319.59º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #963476 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 52 118 -
CMYK 0 0.65 0.21 0.41
HSL 319.59º 0.49% 0.4% -
HSV(B) 319.59º 0.65% 0.59% -
XYZ 17.08 10.25 18.22 -
YUV 88.83 144.47 171.63 -
System Red Green Blue C M Y K H S L
Decimal 150 52 118 0 0.65 0.21 0.41 319.59 0.49 0.4
Hex 96 34 76 0 41 15 29 140 31 28
Octal 226 64 166 0 101 25 51 500 61 50
Binary 10010110 110100 1110110 0 1000001 10101 101001 101000000 110001 101000

Color Harmonies of #963476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963476

Black with #963476

Text Example


Text Example

White with #963476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963476; }

 p { color: rgb(150,52,118); }

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

background-color css

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

 a { background-color: rgb(150,52,118); }

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

border-color css

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

 span { border-color: rgb(150,52,118); }

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