Html Css Color HEX #952281 Dark Purple

📋 copy color: '#952281'

red 149 ◦ green 34 ◦ blue 129

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

Shades of Dark Purple #952281

Tints of Dark Purple #952281

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.9%

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

R = 47.76%
G = 10.9%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#952281 (or 0x952281) is known color: Dark Purple. HEX triplet: 95, 22 and 81. RGB value is (149,34,129). Sum of RGB (Red+Green+Blue) = 149+34+129=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #952281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952281 is #6ADD7E. Grayscale: #4E4E4E. Windows color (decimal): -7003519 or 8462997. OLE color: 8462997.

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

Color convert

RGB 149 34 129 -
CMYK 0 0.77 0.13 0.42
HSL 310.43º 0.63% 0.36% -
HSV(B) 310.43º 0.77% 0.58% -
XYZ 16.93 9.12 21.64 -
YUV 79.22 156.1 177.78 -
System Red Green Blue C M Y K H S L
Decimal 149 34 129 0 0.77 0.13 0.42 310.43 0.63 0.36
Hex 95 22 81 0 4D D 2A 136 3F 24
Octal 225 42 201 0 115 15 52 466 77 44
Binary 10010101 100010 10000001 0 1001101 1101 101010 100110110 111111 100100

Color Harmonies of #952281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952281

Black with #952281

Text Example


Text Example

White with #952281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952281; }

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

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

background-color css

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

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

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

border-color css

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

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

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