#95267C

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

Shades of Dark Purple #95267C

Tints of Dark Purple #95267C

Color information

#95267C (or 0x95267C) is unknown color: approx Dark Purple. HEX triplet: 95, 26 and 7C. RGB value is (149,38,124). Sum of RGB (Red+Green+Blue) = 149+38+124=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #95267C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95267C is #6AD983. Grayscale: #505050. Windows color (decimal): -7002500 or 8136341. OLE color: 8136341.

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

Color convert

RGB14938124-
CMYK00.740.170.42
HSL313.51º59.36%36.67%-
HSV(B)313.51º74.5%58.43%-
XYZ16.739.2319.97-
YUV80.99152.27176.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.91%
GREEN value IS 38 (15.23% from 255) = 12.22%
BLUE value IS 124 (48.83% from 255) = 39.87%
R=47.91%
G=12.22%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493812400.740.170.42313.5159.3636.67
Hex95267C04A112A13a3b25
Octal22546174011221524727345
Binary1001010110011011111000100101010001101010100111010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95267C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95267C; }

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

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

<style>
 a { background-color: #95267C; }

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

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

<style>
 span { border-color: #95267C; }

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

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