Html Css Color HEX #8C3899 Vivid Violet

📋 copy color: '#8C3899'

red 140 ◦ green 56 ◦ blue 153

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

Shades of Vivid Violet #8C3899

Tints of Vivid Violet #8C3899

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.05%

 BLUE value IS 153 (60.16% from 255) = 43.84%

R = 40.11%
G = 16.05%
B = 43.84%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8C3899 (or 0x8C3899) is known color: Vivid Violet. HEX triplet: 8C, 38 and 99. RGB value is (140,56,153). Sum of RGB (Red+Green+Blue) = 140+56+153=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C3899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3899 is #73C766. Grayscale: #5B5B5B. Windows color (decimal): -7587687 or 10041484. OLE color: 10041484.

HSL color Cylindrical-coordinate representation of color #8C3899: hue angle of 291.96º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C3899 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 140 56 153 -
CMYK 0.08 0.63 0 0.4
HSL 291.96º 0.46% 0.41% -
HSV(B) 291.96º 0.63% 0.6% -
XYZ 17.98 10.7 31.26 -
YUV 92.17 162.33 162.11 -
System Red Green Blue C M Y K H S L
Decimal 140 56 153 0.08 0.63 0 0.4 291.96 0.46 0.41
Hex 8C 38 99 8 3F 0 28 124 2E 29
Octal 214 70 231 10 77 0 50 444 56 51
Binary 10001100 111000 10011001 1000 111111 0 101000 100100100 101110 101001

Color Harmonies of #8C3899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3899

Black with #8C3899

Text Example


Text Example

White with #8C3899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,56,153); }

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

background-color css

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

 a { background-color: rgb(140,56,153); }

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

border-color css

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

 span { border-color: rgb(140,56,153); }

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