Html Css Color HEX #8C219E Vivid Violet

📋 copy color: '#8C219E'

red 140 ◦ green 33 ◦ blue 158

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

Shades of Vivid Violet #8C219E

Tints of Vivid Violet #8C219E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.97%

 BLUE value IS 158 (62.11% from 255) = 47.73%

R = 42.3%
G = 9.97%
B = 47.73%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8C219E (or 0x8C219E) is known color: Vivid Violet. HEX triplet: 8C, 21 and 9E. RGB value is (140,33,158). Sum of RGB (Red+Green+Blue) = 140+33+158=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C219E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C219E is #73DE61. Grayscale: #4E4E4E. Windows color (decimal): -7593570 or 10363276. OLE color: 10363276.

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

Color convert

RGB 140 33 158 -
CMYK 0.11 0.79 0 0.38
HSL 291.36º 0.65% 0.37% -
HSV(B) 291.36º 0.79% 0.62% -
XYZ 17.53 9.13 33.19 -
YUV 79.24 172.45 171.34 -
System Red Green Blue C M Y K H S L
Decimal 140 33 158 0.11 0.79 0 0.38 291.36 0.65 0.37
Hex 8C 21 9E B 4F 0 26 123 41 25
Octal 214 41 236 13 117 0 46 443 101 45
Binary 10001100 100001 10011110 1011 1001111 0 100110 100100011 1000001 100101

Color Harmonies of #8C219E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C219E

Black with #8C219E

Text Example


Text Example

White with #8C219E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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