Html Css Color HEX #8C298D Vivid Violet

📋 copy color: '#8C298D'

red 140 ◦ green 41 ◦ blue 141

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

Shades of Vivid Violet #8C298D

Tints of Vivid Violet #8C298D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.73%

 BLUE value IS 141 (55.47% from 255) = 43.79%

R = 43.48%
G = 12.73%
B = 43.79%

CMYK

 C value IS 0.01

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8C298D (or 0x8C298D) is known color: Vivid Violet. HEX triplet: 8C, 29 and 8D. RGB value is (140,41,141). Sum of RGB (Red+Green+Blue) = 140+41+141=322 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.48% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C298D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C298D is #73D672. Grayscale: #515151. Windows color (decimal): -7591539 or 9251212. OLE color: 9251212.

HSL color Cylindrical-coordinate representation of color #8C298D: hue angle of 299.4º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C298D is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 41 141 -
CMYK 0.01 0.71 0 0.45
HSL 299.4º 0.55% 0.36% -
HSV(B) 299.4º 0.71% 0.55% -
XYZ 16.42 9.08 26.09 -
YUV 82 161.3 169.37 -
System Red Green Blue C M Y K H S L
Decimal 140 41 141 0.01 0.71 0 0.45 299.4 0.55 0.36
Hex 8C 29 8D 1 47 0 2D 12B 37 24
Octal 214 51 215 1 107 0 55 453 67 44
Binary 10001100 101001 10001101 1 1000111 0 101101 100101011 110111 100100

Color Harmonies of #8C298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C298D

Black with #8C298D

Text Example


Text Example

White with #8C298D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,41,141); }

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

background-color css

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

 a { background-color: rgb(140,41,141); }

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

border-color css

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

 span { border-color: rgb(140,41,141); }

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