#8C249B

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

Shades of Vivid Violet #8C249B

Tints of Vivid Violet #8C249B

Color information

#8C249B (or 0x8C249B) is unknown color: approx Vivid Violet. HEX triplet: 8C, 24 and 9B. RGB value is (140,36,155). Sum of RGB (Red+Green+Blue) = 140+36+155=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C249B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C249B is #73DB64. Grayscale: #505050. Windows color (decimal): -7592805 or 10167436. OLE color: 10167436.

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

Color convert

RGB14036155-
CMYK0.100.7700.39
HSL292.44º62.3%37.45%-
HSV(B)292.44º76.77%60.78%-
XYZ17.369.231.87-
YUV80.66169.96170.32-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.30%
GREEN value IS 36 (14.45% from 255) = 10.88%
BLUE value IS 155 (60.94% from 255) = 46.83%
R=42.30%
G=10.88%
B=46.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal140361550.100.7700.39292.4462.337.45
Hex8C249BA4D0271243e25
Octal21444233121150474447645
Binary1000110010010010011011101010011010100111100100100111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C249B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,36,155); }

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

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

 a { background-color: rgb(140,36,155); }

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

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

 span { border-color: rgb(140,36,155); }

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