Html Css Color HEX #961282 Dark Purple

📋 copy color: '#961282'

red 150 ◦ green 18 ◦ blue 130

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

Shades of Dark Purple #961282

Tints of Dark Purple #961282

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.04%

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

R = 50.34%
G = 6.04%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#961282 (or 0x961282) is known color: Dark Purple. HEX triplet: 96, 12 and 82. RGB value is (150,18,130). Sum of RGB (Red+Green+Blue) = 150+18+130=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #961282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961282 is #69ED7D. Grayscale: #454545. Windows color (decimal): -6942078 or 8524438. OLE color: 8524438.

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

Color convert

RGB 150 18 130 -
CMYK 0 0.88 0.13 0.41
HSL 309.09º 0.79% 0.33% -
HSV(B) 309.09º 0.88% 0.59% -
XYZ 16.82 8.53 21.88 -
YUV 70.24 161.73 184.89 -
System Red Green Blue C M Y K H S L
Decimal 150 18 130 0 0.88 0.13 0.41 309.09 0.79 0.33
Hex 96 12 82 0 58 D 29 135 4F 21
Octal 226 22 202 0 130 15 51 465 117 41
Binary 10010110 10010 10000010 0 1011000 1101 101001 100110101 1001111 100001

Color Harmonies of #961282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961282

Black with #961282

Text Example


Text Example

White with #961282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961282; }

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

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

background-color css

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

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

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

border-color css

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

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

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