#95368A

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

Shades of Dark Purple #95368A

Tints of Dark Purple #95368A

Color information

#95368A (or 0x95368A) is unknown color: approx Dark Purple. HEX triplet: 95, 36 and 8A. RGB value is (149,54,138). Sum of RGB (Red+Green+Blue) = 149+54+138=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #95368A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95368A is #6AC975. Grayscale: #5B5B5B. Windows color (decimal): -6998390 or 9057941. OLE color: 9057941.

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

Color convert

RGB14954138-
CMYK00.640.070.42
HSL306.95º46.8%39.8%-
HSV(B)306.95º63.76%58.43%-
XYZ18.310.8625.18-
YUV91.98153.97168.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.70%
GREEN value IS 54 (21.48% from 255) = 15.84%
BLUE value IS 138 (54.30% from 255) = 40.47%
R=43.70%
G=15.84%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495413800.640.070.42306.9546.839.8
Hex95368A04072A1332f28
Octal2256621201007524635750
Binary100101011101101000101001000000111101010100110011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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