#95298A

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

Shades of Dark Purple #95298A

Tints of Dark Purple #95298A

Color information

#95298A (or 0x95298A) is unknown color: approx Dark Purple. HEX triplet: 95, 29 and 8A. RGB value is (149,41,138). Sum of RGB (Red+Green+Blue) = 149+41+138=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #95298A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95298A is #6AD675. Grayscale: #545454. Windows color (decimal): -7001718 or 9054613. OLE color: 9054613.

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

Color convert

RGB14941138-
CMYK00.720.070.42
HSL306.11º56.84%37.25%-
HSV(B)306.11º72.48%58.43%-
XYZ17.779.8125-
YUV84.35158.28174.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.43%
GREEN value IS 41 (16.41% from 255) = 12.5%
BLUE value IS 138 (54.30% from 255) = 42.07%
R=45.43%
G=12.5%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494113800.720.070.42306.1156.8437.25
Hex95298A04872A1323925
Octal2255121201107524627145
Binary100101011010011000101001001000111101010100110010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95298A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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