#95256F

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

Shades of Dark Purple #95256F

Tints of Dark Purple #95256F

Color information

#95256F (or 0x95256F) is unknown color: approx Dark Purple. HEX triplet: 95, 25 and 6F. RGB value is (149,37,111). Sum of RGB (Red+Green+Blue) = 149+37+111=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #95256F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95256F is #6ADA90. Grayscale: #4E4E4E. Windows color (decimal): -7002769 or 7284117. OLE color: 7284117.

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

Color convert

RGB14937111-
CMYK00.750.260.42
HSL320.36º60.22%36.47%-
HSV(B)320.36º75.17%58.43%-
XYZ15.938.8615.91-
YUV78.92146.11177.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.17%
GREEN value IS 37 (14.84% from 255) = 12.46%
BLUE value IS 111 (43.75% from 255) = 37.37%
R=50.17%
G=12.46%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493711100.750.260.42320.3660.2236.47
Hex95256F04B1A2A1403c24
Octal22545157011332525007444
Binary1001010110010111011110100101111010101010101000000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95256F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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