#9F28A8

Color #9F28A8 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #9F28A8

Tints of Vivid Violet #9F28A8

Color information

#9F28A8 (or 0x9F28A8) is unknown color: approx Vivid Violet. HEX triplet: 9F, 28 and A8. RGB value is (159,40,168). Sum of RGB (Red+Green+Blue) = 159+40+168=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 168 (66.02% from 255 or 45.78% from 367); Max value from RGB is 168 - color contains mainly: blue. Hex color #9F28A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F28A8 is #60D757. Grayscale: #595959. Windows color (decimal): -6346584 or 11020447. OLE color: 11020447.

HSL color Cylindrical-coordinate representation of color #9F28A8: hue angle of 295.78º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F28A8 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15940168-
CMYK0.050.7600.34
HSL295.78º61.54%40.78%-
HSV(B)295.78º76.19%65.88%-
XYZ22.1211.7238.14-
YUV90.17171.92177.09-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.32%
GREEN value IS 40 (16.02% from 255) = 10.90%
BLUE value IS 168 (66.02% from 255) = 45.78%
R=43.32%
G=10.90%
B=45.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal159401680.050.7600.34295.7861.5440.78
Hex9F28A854C0221283e29
Octal2375025051140424507651
Binary100111111010001010100010110011000100010100101000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F28A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F28A8; }

 p { color: rgb(159,40,168); }

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

<style>
 a { background-color: #9F28A8; }

 a { background-color: rgb(159,40,168); }

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

<style>
 span { border-color: #9F28A8; }

 span { border-color: rgb(159,40,168); }

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