Html Css Color HEX #95187F Dark Purple

📋 copy color: '#95187F'

red 149 ◦ green 24 ◦ blue 127

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

Shades of Dark Purple #95187F

Tints of Dark Purple #95187F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8%

 BLUE value IS 127 (50% from 255) = 42.33%

R = 49.67%
G = 8%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#95187F (or 0x95187F) is known color: Dark Purple. HEX triplet: 95, 18 and 7F. RGB value is (149,24,127). Sum of RGB (Red+Green+Blue) = 149+24+127=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #95187F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95187F is #6AE780. Grayscale: #484848. Windows color (decimal): -7006081 or 8329365. OLE color: 8329365.

HSL color Cylindrical-coordinate representation of color #95187F: hue angle of 310.56º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #95187F is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 24 127 -
CMYK 0 0.84 0.15 0.42
HSL 310.56º 0.72% 0.34% -
HSV(B) 310.56º 0.84% 0.58% -
XYZ 16.55 8.58 20.86 -
YUV 73.12 158.41 182.12 -
System Red Green Blue C M Y K H S L
Decimal 149 24 127 0 0.84 0.15 0.42 310.56 0.72 0.34
Hex 95 18 7F 0 54 F 2A 137 48 22
Octal 225 30 177 0 124 17 52 467 110 42
Binary 10010101 11000 1111111 0 1010100 1111 101010 100110111 1001000 100010

Color Harmonies of #95187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95187F

Black with #95187F

Text Example


Text Example

White with #95187F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95187F; }

 p { color: rgb(149,24,127); }

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

background-color css

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

 a { background-color: rgb(149,24,127); }

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

border-color css

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

 span { border-color: rgb(149,24,127); }

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