Html Css Color HEX #8C2493 Vivid Violet

📋 copy color: '#8C2493'

red 140 ◦ green 36 ◦ blue 147

#8C2493
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #8C2493

Tints of Vivid Violet #8C2493

RGB

 RED value IS 140 (55.08% from 255) = 43.34%

 GREEN value IS 36 (14.45% from 255) = 11.15%

 BLUE value IS 147 (57.81% from 255) = 45.51%

R = 43.34%
G = 11.15%
B = 45.51%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8C2493 (or 0x8C2493) is known color: Vivid Violet. HEX triplet: 8C, 24 and 93. RGB value is (140,36,147). Sum of RGB (Red+Green+Blue) = 140+36+147=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 147 - color contains mainly: blue. Hex color #8C2493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2493 is #73DB6C. Grayscale: #4F4F4F. Windows color (decimal): -7592813 or 9643148. OLE color: 9643148.

HSL color Cylindrical-coordinate representation of color #8C2493: hue angle of 296.22º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C2493 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 140 36 147 -
CMYK 0.05 0.76 0 0.42
HSL 296.22º 0.61% 0.36% -
HSV(B) 296.22º 0.76% 0.58% -
XYZ 16.71 8.94 28.45 -
YUV 79.75 165.96 170.97 -
System Red Green Blue C M Y K H S L
Decimal 140 36 147 0.05 0.76 0 0.42 296.22 0.61 0.36
Hex 8C 24 93 5 4C 0 2A 128 3D 24
Octal 214 44 223 5 114 0 52 450 75 44
Binary 10001100 100100 10010011 101 1001100 0 101010 100101000 111101 100100

Color Harmonies of #8C2493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2493

Black with #8C2493

Text Example


Text Example

White with #8C2493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C2493;
 }
 .AnyTagClassName
 {
   color: #8C2493;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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