Html Css Color HEX #95127D Dark Purple

📋 copy color: '#95127D'

red 149 ◦ green 18 ◦ blue 125

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

Shades of Dark Purple #95127D

Tints of Dark Purple #95127D

RGB

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

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

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

R = 51.03%
G = 6.16%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#95127D (or 0x95127D) is known color: Dark Purple. HEX triplet: 95, 12 and 7D. RGB value is (149,18,125). Sum of RGB (Red+Green+Blue) = 149+18+125=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #95127D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95127D is #6AED82. Grayscale: #454545. Windows color (decimal): -7007619 or 8196757. OLE color: 8196757.

HSL color Cylindrical-coordinate representation of color #95127D: hue angle of 310.99º 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 #95127D is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 18 125 -
CMYK 0 0.88 0.16 0.42
HSL 310.99º 0.78% 0.33% -
HSV(B) 310.99º 0.88% 0.58% -
XYZ 16.31 8.3 20.14 -
YUV 69.37 159.4 184.8 -
System Red Green Blue C M Y K H S L
Decimal 149 18 125 0 0.88 0.16 0.42 310.99 0.78 0.33
Hex 95 12 7D 0 58 10 2A 137 4E 21
Octal 225 22 175 0 130 20 52 467 116 41
Binary 10010101 10010 1111101 0 1011000 10000 101010 100110111 1001110 100001

Color Harmonies of #95127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95127D

Black with #95127D

Text Example


Text Example

White with #95127D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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