Html Css Color HEX #8C2998 Vivid Violet

📋 copy color: '#8C2998'

red 140 ◦ green 41 ◦ blue 152

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

Shades of Vivid Violet #8C2998

Tints of Vivid Violet #8C2998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 45.65%

R = 42.04%
G = 12.31%
B = 45.65%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8C2998 (or 0x8C2998) is known color: Vivid Violet. HEX triplet: 8C, 29 and 98. RGB value is (140,41,152). Sum of RGB (Red+Green+Blue) = 140+41+152=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 152 - color contains mainly: blue. Hex color #8C2998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2998 is #73D667. Grayscale: #525252. Windows color (decimal): -7591528 or 9972108. OLE color: 9972108.

HSL color Cylindrical-coordinate representation of color #8C2998: hue angle of 293.51º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C2998 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 140 41 152 -
CMYK 0.08 0.73 0 0.40
HSL 293.51º 0.58% 0.38% -
HSV(B) 293.51º 0.73% 0.6% -
XYZ 17.28 9.43 30.62 -
YUV 83.26 166.8 168.47 -
System Red Green Blue C M Y K H S L
Decimal 140 41 152 0.08 0.73 0 0.40 293.51 0.58 0.38
Hex 8C 29 98 8 49 0 28 126 3A 26
Octal 214 51 230 10 111 0 50 446 72 46
Binary 10001100 101001 10011000 1000 1001001 0 101000 100100110 111010 100110

Color Harmonies of #8C2998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2998

Black with #8C2998

Text Example


Text Example

White with #8C2998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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