#8C259F

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

Shades of Vivid Violet #8C259F

Tints of Vivid Violet #8C259F

Color information

#8C259F (or 0x8C259F) is unknown color: approx Vivid Violet. HEX triplet: 8C, 25 and 9F. RGB value is (140,37,159). Sum of RGB (Red+Green+Blue) = 140+37+159=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #8C259F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C259F is #73DA60. Grayscale: #515151. Windows color (decimal): -7592545 or 10429836. OLE color: 10429836.

HSL color Cylindrical-coordinate representation of color #8C259F: hue angle of 290.66º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C259F is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14037159-
CMYK0.120.7700.38
HSL290.66º62.24%38.43%-
HSV(B)290.66º76.73%62.35%-
XYZ17.739.433.68-
YUV81.7171.62169.58-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.67%
GREEN value IS 37 (14.84% from 255) = 11.01%
BLUE value IS 159 (62.5% from 255) = 47.32%
R=41.67%
G=11.01%
B=47.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal140371590.120.7700.38290.6662.2438.43
Hex8C259FC4D0261233e26
Octal21445237141150464437646
Binary1000110010010110011111110010011010100110100100011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C259F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,37,159); }

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

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

 a { background-color: rgb(140,37,159); }

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

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

 span { border-color: rgb(140,37,159); }

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