Html Css Color HEX #961382 Dark Purple

📋 copy color: '#961382'

red 150 ◦ green 19 ◦ blue 130

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

Shades of Dark Purple #961382

Tints of Dark Purple #961382

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.35%

 BLUE value IS 130 (51.17% from 255) = 43.48%

R = 50.17%
G = 6.35%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#961382 (or 0x961382) is known color: Dark Purple. HEX triplet: 96, 13 and 82. RGB value is (150,19,130). Sum of RGB (Red+Green+Blue) = 150+19+130=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #961382 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961382 is #69EC7D. Grayscale: #464646. Windows color (decimal): -6941822 or 8524694. OLE color: 8524694.

HSL color Cylindrical-coordinate representation of color #961382: hue angle of 309.16º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961382 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 19 130 -
CMYK 0 0.87 0.13 0.41
HSL 309.16º 0.78% 0.33% -
HSV(B) 309.16º 0.87% 0.59% -
XYZ 16.84 8.56 21.88 -
YUV 70.82 161.4 184.47 -
System Red Green Blue C M Y K H S L
Decimal 150 19 130 0 0.87 0.13 0.41 309.16 0.78 0.33
Hex 96 13 82 0 57 D 29 135 4E 21
Octal 226 23 202 0 127 15 51 465 116 41
Binary 10010110 10011 10000010 0 1010111 1101 101001 100110101 1001110 100001

Color Harmonies of #961382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961382

Black with #961382

Text Example


Text Example

White with #961382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961382; }

 p { color: rgb(150,19,130); }

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

background-color css

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

 a { background-color: rgb(150,19,130); }

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

border-color css

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

 span { border-color: rgb(150,19,130); }

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