Html Css Color HEX #95137B Dark Purple

📋 copy color: '#95137B'

red 149 ◦ green 19 ◦ blue 123

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

Shades of Dark Purple #95137B

Tints of Dark Purple #95137B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 42.27%

R = 51.2%
G = 6.53%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95137B (or 0x95137B) is known color: Dark Purple. HEX triplet: 95, 13 and 7B. RGB value is (149,19,123). Sum of RGB (Red+Green+Blue) = 149+19+123=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 123 (48.44% from 255 or 42.27% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #95137B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95137B is #6AEC84. Grayscale: #454545. Windows color (decimal): -7007365 or 8065941. OLE color: 8065941.

HSL color Cylindrical-coordinate representation of color #95137B: hue angle of 312º 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 #95137B is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 19 123 -
CMYK 0 0.87 0.17 0.42
HSL 312º 0.77% 0.33% -
HSV(B) 312º 0.87% 0.58% -
XYZ 16.2 8.29 19.48 -
YUV 69.73 158.07 184.54 -
System Red Green Blue C M Y K H S L
Decimal 149 19 123 0 0.87 0.17 0.42 312 0.77 0.33
Hex 95 13 7B 0 57 11 2A 138 4D 21
Octal 225 23 173 0 127 21 52 470 115 41
Binary 10010101 10011 1111011 0 1010111 10001 101010 100111000 1001101 100001

Color Harmonies of #95137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95137B

Black with #95137B

Text Example


Text Example

White with #95137B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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