Html Css Color HEX #951281 Dark Purple

📋 copy color: '#951281'

red 149 ◦ green 18 ◦ blue 129

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

Shades of Dark Purple #951281

Tints of Dark Purple #951281

RGB

 RED value IS 149 (58.59% from 255) = 50.34%

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

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

R = 50.34%
G = 6.08%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#951281 (or 0x951281) is known color: Dark Purple. HEX triplet: 95, 12 and 81. RGB value is (149,18,129). Sum of RGB (Red+Green+Blue) = 149+18+129=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #951281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951281 is #6AED7E. Grayscale: #454545. Windows color (decimal): -7007615 or 8458901. OLE color: 8458901.

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

Color convert

RGB 149 18 129 -
CMYK 0 0.88 0.13 0.42
HSL 309.16º 0.78% 0.33% -
HSV(B) 309.16º 0.88% 0.58% -
XYZ 16.57 8.41 21.52 -
YUV 69.82 161.4 184.47 -
System Red Green Blue C M Y K H S L
Decimal 149 18 129 0 0.88 0.13 0.42 309.16 0.78 0.33
Hex 95 12 81 0 58 D 2A 135 4E 21
Octal 225 22 201 0 130 15 52 465 116 41
Binary 10010101 10010 10000001 0 1011000 1101 101010 100110101 1001110 100001

Color Harmonies of #951281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951281

Black with #951281

Text Example


Text Example

White with #951281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951281; }

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

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

background-color css

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

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

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

border-color css

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

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

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