#95226F

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

Shades of Dark Purple #95226F

Tints of Dark Purple #95226F

Color information

#95226F (or 0x95226F) is unknown color: approx Dark Purple. HEX triplet: 95, 22 and 6F. RGB value is (149,34,111). Sum of RGB (Red+Green+Blue) = 149+34+111=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #95226F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95226F is #6ADD90. Grayscale: #4C4C4C. Windows color (decimal): -7003537 or 7283349. OLE color: 7283349.

HSL color Cylindrical-coordinate representation of color #95226F: hue angle of 319.83º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #95226F is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14934111-
CMYK00.770.260.42
HSL319.83º62.84%35.88%-
HSV(B)319.83º77.18%58.43%-
XYZ15.848.6815.88-
YUV77.16147.1179.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.68%
GREEN value IS 34 (13.67% from 255) = 11.56%
BLUE value IS 111 (43.75% from 255) = 37.76%
R=50.68%
G=11.56%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493411100.770.260.42319.8362.8435.88
Hex95226F04D1A2A1403f24
Octal22542157011532525007744
Binary1001010110001011011110100110111010101010101000000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95226F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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