#95268A

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

Shades of Dark Purple #95268A

Tints of Dark Purple #95268A

Color information

#95268A (or 0x95268A) is unknown color: approx Dark Purple. HEX triplet: 95, 26 and 8A. RGB value is (149,38,138). Sum of RGB (Red+Green+Blue) = 149+38+138=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #95268A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95268A is #6AD975. Grayscale: #525252. Windows color (decimal): -7002486 or 9053845. OLE color: 9053845.

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

Color convert

RGB14938138-
CMYK00.740.070.42
HSL305.95º59.36%36.67%-
HSV(B)305.95º74.5%58.43%-
XYZ17.679.6124.97-
YUV82.59159.27175.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.85%
GREEN value IS 38 (15.23% from 255) = 11.69%
BLUE value IS 138 (54.30% from 255) = 42.46%
R=45.85%
G=11.69%
B=42.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493813800.740.070.42305.9559.3636.67
Hex95268A04A72A1323b25
Octal2254621201127524627345
Binary100101011001101000101001001010111101010100110010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95268A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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