#95378A

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

Shades of Dark Purple #95378A

Tints of Dark Purple #95378A

Color information

#95378A (or 0x95378A) is unknown color: approx Dark Purple. HEX triplet: 95, 37 and 8A. RGB value is (149,55,138). Sum of RGB (Red+Green+Blue) = 149+55+138=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #95378A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95378A is #6AC875. Grayscale: #5C5C5C. Windows color (decimal): -6998134 or 9058197. OLE color: 9058197.

HSL color Cylindrical-coordinate representation of color #95378A: hue angle of 307.02º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #95378A is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14955138-
CMYK00.630.070.42
HSL307.02º46.08%40%-
HSV(B)307.02º63.09%58.43%-
XYZ18.3510.9625.19-
YUV92.57153.64168.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.57%
GREEN value IS 55 (21.88% from 255) = 16.08%
BLUE value IS 138 (54.30% from 255) = 40.35%
R=43.57%
G=16.08%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495513800.630.070.42307.0246.0840
Hex95378A03F72A1332e28
Octal225672120777524635650
Binary10010101110111100010100111111111101010100110011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95378A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95378A; }

 p { color: rgb(149,55,138); }

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

<style>
 a { background-color: #95378A; }

 a { background-color: rgb(149,55,138); }

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

<style>
 span { border-color: #95378A; }

 span { border-color: rgb(149,55,138); }

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