#8C259D

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

Shades of Vivid Violet #8C259D

Tints of Vivid Violet #8C259D

Color information

#8C259D (or 0x8C259D) is unknown color: approx Vivid Violet. HEX triplet: 8C, 25 and 9D. RGB value is (140,37,157). Sum of RGB (Red+Green+Blue) = 140+37+157=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C259D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C259D is #73DA62. Grayscale: #515151. Windows color (decimal): -7592547 or 10298764. OLE color: 10298764.

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

Color convert

RGB14037157-
CMYK0.110.7600.38
HSL291.5º61.86%38.04%-
HSV(B)291.5º76.43%61.57%-
XYZ17.569.3332.77-
YUV81.48170.62169.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.92%
GREEN value IS 37 (14.84% from 255) = 11.08%
BLUE value IS 157 (61.72% from 255) = 47.01%
R=41.92%
G=11.08%
B=47.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal140371570.110.7600.38291.561.8638.04
Hex8C259DB4C0261243e26
Octal21445235131140464447646
Binary1000110010010110011101101110011000100110100100100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C259D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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