Html Css Color HEX #8C489E Vivid Violet

📋 copy color: '#8C489E'

red 140 ◦ green 72 ◦ blue 158

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

Shades of Vivid Violet #8C489E

Tints of Vivid Violet #8C489E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.46%

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

R = 37.84%
G = 19.46%
B = 42.7%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8C489E (or 0x8C489E) is known color: Vivid Violet. HEX triplet: 8C, 48 and 9E. RGB value is (140,72,158). Sum of RGB (Red+Green+Blue) = 140+72+158=370 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.84% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C489E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C489E is #73B761. Grayscale: #656565. Windows color (decimal): -7583586 or 10373260. OLE color: 10373260.

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

Color convert

RGB 140 72 158 -
CMYK 0.11 0.54 0 0.38
HSL 287.44º 0.37% 0.45% -
HSV(B) 287.44º 0.54% 0.62% -
XYZ 19.3 12.68 33.78 -
YUV 102.14 159.53 155.01 -
System Red Green Blue C M Y K H S L
Decimal 140 72 158 0.11 0.54 0 0.38 287.44 0.37 0.45
Hex 8C 48 9E B 36 0 26 11F 25 2D
Octal 214 110 236 13 66 0 46 437 45 55
Binary 10001100 1001000 10011110 1011 110110 0 100110 100011111 100101 101101

Color Harmonies of #8C489E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C489E

Black with #8C489E

Text Example


Text Example

White with #8C489E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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