Html Css Color HEX #95137D Dark Purple

📋 copy color: '#95137D'

red 149 ◦ green 19 ◦ blue 125

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

Shades of Dark Purple #95137D

Tints of Dark Purple #95137D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.48%

 BLUE value IS 125 (49.22% from 255) = 42.66%

R = 50.85%
G = 6.48%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#95137D (or 0x95137D) is known color: Dark Purple. HEX triplet: 95, 13 and 7D. RGB value is (149,19,125). Sum of RGB (Red+Green+Blue) = 149+19+125=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #95137D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95137D is #6AEC82. Grayscale: #454545. Windows color (decimal): -7007363 or 8197013. OLE color: 8197013.

HSL color Cylindrical-coordinate representation of color #95137D: hue angle of 311.08º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95137D is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 19 125 -
CMYK 0 0.87 0.16 0.42
HSL 311.08º 0.77% 0.33% -
HSV(B) 311.08º 0.87% 0.58% -
XYZ 16.33 8.34 20.15 -
YUV 69.95 159.07 184.38 -
System Red Green Blue C M Y K H S L
Decimal 149 19 125 0 0.87 0.16 0.42 311.08 0.77 0.33
Hex 95 13 7D 0 57 10 2A 137 4D 21
Octal 225 23 175 0 127 20 52 467 115 41
Binary 10010101 10011 1111101 0 1010111 10000 101010 100110111 1001101 100001

Color Harmonies of #95137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95137D

Black with #95137D

Text Example


Text Example

White with #95137D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95137D; }

 p { color: rgb(149,19,125); }

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

background-color css

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

 a { background-color: rgb(149,19,125); }

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

border-color css

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

 span { border-color: rgb(149,19,125); }

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