Html Css Color HEX #963588 Dark Purple

📋 copy color: '#963588'

red 150 ◦ green 53 ◦ blue 136

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

Shades of Dark Purple #963588

Tints of Dark Purple #963588

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.63%

 BLUE value IS 136 (53.52% from 255) = 40.12%

R = 44.25%
G = 15.63%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#963588 (or 0x963588) is known color: Dark Purple. HEX triplet: 96, 35 and 88. RGB value is (150,53,136). Sum of RGB (Red+Green+Blue) = 150+53+136=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #963588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963588 is #69CA77. Grayscale: #5B5B5B. Windows color (decimal): -6933112 or 8926614. OLE color: 8926614.

HSL color Cylindrical-coordinate representation of color #963588: hue angle of 308.66º degrees, saturation: 0.48, 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 #963588 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 53 136 -
CMYK 0 0.65 0.09 0.41
HSL 308.66º 0.48% 0.4% -
HSV(B) 308.66º 0.65% 0.59% -
XYZ 18.29 10.81 24.41 -
YUV 91.47 153.14 169.75 -
System Red Green Blue C M Y K H S L
Decimal 150 53 136 0 0.65 0.09 0.41 308.66 0.48 0.4
Hex 96 35 88 0 41 9 29 135 30 28
Octal 226 65 210 0 101 11 51 465 60 50
Binary 10010110 110101 10001000 0 1000001 1001 101001 100110101 110000 101000

Color Harmonies of #963588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963588

Black with #963588

Text Example


Text Example

White with #963588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963588; }

 p { color: rgb(150,53,136); }

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

background-color css

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

 a { background-color: rgb(150,53,136); }

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

border-color css

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

 span { border-color: rgb(150,53,136); }

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