#95246A

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

Shades of Dark Purple #95246A

Tints of Dark Purple #95246A

Color information

#95246A (or 0x95246A) is unknown color: approx Dark Purple. HEX triplet: 95, 24 and 6A. RGB value is (149,36,106). Sum of RGB (Red+Green+Blue) = 149+36+106=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #95246A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95246A is #6ADB95. Grayscale: #4D4D4D. Windows color (decimal): -7003030 or 6956181. OLE color: 6956181.

HSL color Cylindrical-coordinate representation of color #95246A: hue angle of 322.83º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #95246A is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB14936106-
CMYK00.760.290.42
HSL322.83º61.08%36.27%-
HSV(B)322.83º75.84%58.43%-
XYZ15.638.6914.49-
YUV77.77143.94178.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.20%
GREEN value IS 36 (14.45% from 255) = 12.37%
BLUE value IS 106 (41.80% from 255) = 36.43%
R=51.20%
G=12.37%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493610600.760.290.42322.8361.0836.27
Hex95246A04C1D2A1433d24
Octal22544152011435525037544
Binary1001010110010011010100100110011101101010101000011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95246A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,36,106); }

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

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

 a { background-color: rgb(149,36,106); }

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

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

 span { border-color: rgb(149,36,106); }

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