#95266F

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

Shades of Dark Purple #95266F

Tints of Dark Purple #95266F

Color information

#95266F (or 0x95266F) is unknown color: approx Dark Purple. HEX triplet: 95, 26 and 6F. RGB value is (149,38,111). Sum of RGB (Red+Green+Blue) = 149+38+111=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #95266F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95266F is #6AD990. Grayscale: #4F4F4F. Windows color (decimal): -7002513 or 7284373. OLE color: 7284373.

HSL color Cylindrical-coordinate representation of color #95266F: hue angle of 320.54º 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 #95266F is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14938111-
CMYK00.740.260.42
HSL320.54º59.36%36.67%-
HSV(B)320.54º74.5%58.43%-
XYZ15.968.9215.92-
YUV79.51145.77177.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50%
GREEN value IS 38 (15.23% from 255) = 12.75%
BLUE value IS 111 (43.75% from 255) = 37.25%
R=50%
G=12.75%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493811100.740.260.42320.5459.3636.67
Hex95266F04A1A2A1413b25
Octal22546157011232525017345
Binary1001010110011011011110100101011010101010101000001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95266F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95266F; }

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

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

<style>
 a { background-color: #95266F; }

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

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

<style>
 span { border-color: #95266F; }

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

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