Html Css Color HEX #963581 Dark Purple

📋 copy color: '#963581'

red 150 ◦ green 53 ◦ blue 129

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

Shades of Dark Purple #963581

Tints of Dark Purple #963581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.86%

R = 45.18%
G = 15.96%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#963581 (or 0x963581) is known color: Dark Purple. HEX triplet: 96, 35 and 81. RGB value is (150,53,129). Sum of RGB (Red+Green+Blue) = 150+53+129=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #963581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963581 is #69CA7E. Grayscale: #5A5A5A. Windows color (decimal): -6933119 or 8467862. OLE color: 8467862.

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

Color convert

RGB 150 53 129 -
CMYK 0 0.65 0.14 0.41
HSL 312.99º 0.48% 0.4% -
HSV(B) 312.99º 0.65% 0.59% -
XYZ 17.81 10.62 21.88 -
YUV 90.67 149.64 170.32 -
System Red Green Blue C M Y K H S L
Decimal 150 53 129 0 0.65 0.14 0.41 312.99 0.48 0.4
Hex 96 35 81 0 41 E 29 139 30 28
Octal 226 65 201 0 101 16 51 471 60 50
Binary 10010110 110101 10000001 0 1000001 1110 101001 100111001 110000 101000

Color Harmonies of #963581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963581

Black with #963581

Text Example


Text Example

White with #963581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963581; }

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

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

background-color css

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

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

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

border-color css

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

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

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