#8C2F9E

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

Shades of Vivid Violet #8C2F9E

Tints of Vivid Violet #8C2F9E

Color information

#8C2F9E (or 0x8C2F9E) is unknown color: approx Vivid Violet. HEX triplet: 8C, 2F and 9E. RGB value is (140,47,158). Sum of RGB (Red+Green+Blue) = 140+47+158=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C2F9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2F9E is #73D061. Grayscale: #575757. Windows color (decimal): -7589986 or 10366860. OLE color: 10366860.

HSL color Cylindrical-coordinate representation of color #8C2F9E: hue angle of 290.27º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8C2F9E is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14047158-
CMYK0.110.7000.38
HSL290.27º54.15%40.2%-
HSV(B)290.27º70.25%61.96%-
XYZ1810.0833.34-
YUV87.46167.81165.47-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.58%
GREEN value IS 47 (18.75% from 255) = 13.62%
BLUE value IS 158 (62.11% from 255) = 45.80%
R=40.58%
G=13.62%
B=45.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal140471580.110.7000.38290.2754.1540.2
Hex8C2F9EB460261223628
Octal21457236131060464426650
Binary1000110010111110011110101110001100100110100100010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C2F9E; }

 p { color: rgb(140,47,158); }

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

<style>
 a { background-color: #8C2F9E; }

 a { background-color: rgb(140,47,158); }

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

<style>
 span { border-color: #8C2F9E; }

 span { border-color: rgb(140,47,158); }

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