Html Css Color HEX #961281 Dark Purple

📋 copy color: '#961281'

red 150 ◦ green 18 ◦ blue 129

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

Shades of Dark Purple #961281

Tints of Dark Purple #961281

RGB

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

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

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

R = 50.51%
G = 6.06%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#961281 (or 0x961281) is known color: Dark Purple. HEX triplet: 96, 12 and 81. RGB value is (150,18,129). Sum of RGB (Red+Green+Blue) = 150+18+129=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #961281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961281 is #69ED7E. Grayscale: #454545. Windows color (decimal): -6942079 or 8458902. OLE color: 8458902.

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

Color convert

RGB 150 18 129 -
CMYK 0 0.88 0.14 0.41
HSL 309.55º 0.79% 0.33% -
HSV(B) 309.55º 0.88% 0.59% -
XYZ 16.76 8.5 21.53 -
YUV 70.12 161.23 184.97 -
System Red Green Blue C M Y K H S L
Decimal 150 18 129 0 0.88 0.14 0.41 309.55 0.79 0.33
Hex 96 12 81 0 58 E 29 136 4F 21
Octal 226 22 201 0 130 16 51 466 117 41
Binary 10010110 10010 10000001 0 1011000 1110 101001 100110110 1001111 100001

Color Harmonies of #961281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961281

Black with #961281

Text Example


Text Example

White with #961281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961281; }

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

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

background-color css

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

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

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

border-color css

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

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

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