#95178B

Color #95178B Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #95178B

Tints of Dark Purple #95178B

Color information

#95178B (or 0x95178B) is unknown color: approx Dark Purple. HEX triplet: 95, 17 and 8B. RGB value is (149,23,139). Sum of RGB (Red+Green+Blue) = 149+23+139=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #95178B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95178B is #6AE874. Grayscale: #494949. Windows color (decimal): -7006325 or 9115541. OLE color: 9115541.

HSL color Cylindrical-coordinate representation of color #95178B: hue angle of 304.76º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #95178B is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14923139-
CMYK00.850.070.42
HSL304.76º73.26%33.73%-
HSV(B)304.76º84.56%58.43%-
XYZ17.368.8725.22-
YUV73.9164.74181.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.91%
GREEN value IS 23 (9.38% from 255) = 7.40%
BLUE value IS 139 (54.69% from 255) = 44.69%
R=47.91%
G=7.40%
B=44.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492313900.850.070.42304.7673.2633.73
Hex95178B05572A1314922
Octal22527213012575246111142
Binary100101011011110001011010101011111010101001100011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95178B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,23,139); }

 H1.HeaderClassName
 {
   color: #95178B;
 }
 .AnyTagClassName
 {
   color: #95178B;
 }
</style>
background-color css

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

 a { background-color: rgb(149,23,139); }

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

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

 span { border-color: rgb(149,23,139); }

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