Html Css Color HEX #952580 Dark Purple

📋 copy color: '#952580'

red 149 ◦ green 37 ◦ blue 128

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

Shades of Dark Purple #952580

Tints of Dark Purple #952580

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.78%

 BLUE value IS 128 (50.39% from 255) = 40.76%

R = 47.45%
G = 11.78%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#952580 (or 0x952580) is known color: Dark Purple. HEX triplet: 95, 25 and 80. RGB value is (149,37,128). Sum of RGB (Red+Green+Blue) = 149+37+128=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #952580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952580 is #6ADA7F. Grayscale: #505050. Windows color (decimal): -7002752 or 8398229. OLE color: 8398229.

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

Color convert

RGB 149 37 128 -
CMYK 0 0.75 0.14 0.42
HSL 311.25º 0.6% 0.36% -
HSV(B) 311.25º 0.75% 0.58% -
XYZ 16.95 9.27 21.32 -
YUV 80.86 154.61 176.6 -
System Red Green Blue C M Y K H S L
Decimal 149 37 128 0 0.75 0.14 0.42 311.25 0.6 0.36
Hex 95 25 80 0 4B E 2A 137 3C 24
Octal 225 45 200 0 113 16 52 467 74 44
Binary 10010101 100101 10000000 0 1001011 1110 101010 100110111 111100 100100

Color Harmonies of #952580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952580

Black with #952580

Text Example


Text Example

White with #952580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952580; }

 p { color: rgb(149,37,128); }

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

background-color css

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

 a { background-color: rgb(149,37,128); }

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

border-color css

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

 span { border-color: rgb(149,37,128); }

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