Html Css Color HEX #95157C Dark Purple

📋 copy color: '#95157C'

red 149 ◦ green 21 ◦ blue 124

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

Shades of Dark Purple #95157C

Tints of Dark Purple #95157C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.14%

 BLUE value IS 124 (48.83% from 255) = 42.18%

R = 50.68%
G = 7.14%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95157C (or 0x95157C) is known color: Dark Purple. HEX triplet: 95, 15 and 7C. RGB value is (149,21,124). Sum of RGB (Red+Green+Blue) = 149+21+124=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #95157C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95157C is #6AEA83. Grayscale: #464646. Windows color (decimal): -7006852 or 8131989. OLE color: 8131989.

HSL color Cylindrical-coordinate representation of color #95157C: hue angle of 311.72º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #95157C is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 21 124 -
CMYK 0 0.86 0.17 0.42
HSL 311.72º 0.75% 0.33% -
HSV(B) 311.72º 0.86% 0.58% -
XYZ 16.3 8.38 19.83 -
YUV 71.01 157.91 183.62 -
System Red Green Blue C M Y K H S L
Decimal 149 21 124 0 0.86 0.17 0.42 311.72 0.75 0.33
Hex 95 15 7C 0 56 11 2A 138 4B 21
Octal 225 25 174 0 126 21 52 470 113 41
Binary 10010101 10101 1111100 0 1010110 10001 101010 100111000 1001011 100001

Color Harmonies of #95157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95157C

Black with #95157C

Text Example


Text Example

White with #95157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95157C; }

 p { color: rgb(149,21,124); }

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

background-color css

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

 a { background-color: rgb(149,21,124); }

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

border-color css

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

 span { border-color: rgb(149,21,124); }

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