#95256c

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

Shades of Dark Purple #95256C

Tints of Dark Purple #95256C

Color information

#95256C (or 0x95256C) is unknown color: approx Dark Purple. HEX triplet: 95, 25 and 6C. RGB value is (149,37,108). Sum of RGB (Red+Green+Blue) = 149+37+108=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #95256C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95256C is #6ADA93. Grayscale: #4E4E4E. Windows color (decimal): -7002772 or 7087509. OLE color: 7087509.

HSL color Cylindrical-coordinate representation of color #95256C: hue angle of 321.96º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #95256C is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14937108-
CMYK00.750.280.42
HSL321.96º60.22%36.47%-
HSV(B)321.96º75.17%58.43%-
XYZ15.768.815.05-
YUV78.58144.61178.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.68%
GREEN value IS 37 (14.84% from 255) = 12.59%
BLUE value IS 108 (42.58% from 255) = 36.73%
R=50.68%
G=12.59%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493710800.750.280.42321.9660.2236.47
Hex95256C04B1C2A1423c24
Octal22545154011334525027444
Binary1001010110010111011000100101111100101010101000010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95256c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95256c; }

 p { color: rgb(149,37,108); }

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

<style>
 a { background-color: #95256c; }

 a { background-color: rgb(149,37,108); }

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

<style>
 span { border-color: #95256c; }

 span { border-color: rgb(149,37,108); }

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