Html Css Color HEX #8C4489 Vivid Violet

📋 copy color: '#8C4489'

red 140 ◦ green 68 ◦ blue 137

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

Shades of Vivid Violet #8C4489

Tints of Vivid Violet #8C4489

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.71%

 BLUE value IS 137 (53.91% from 255) = 39.71%

R = 40.58%
G = 19.71%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8C4489 (or 0x8C4489) is known color: Vivid Violet. HEX triplet: 8C, 44 and 89. RGB value is (140,68,137). Sum of RGB (Red+Green+Blue) = 140+68+137=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4489 is #73BB76. Grayscale: #616161. Windows color (decimal): -7584631 or 8995980. OLE color: 8995980.

HSL color Cylindrical-coordinate representation of color #8C4489: hue angle of 302.5º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C4489 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 68 137 -
CMYK 0 0.51 0.02 0.45
HSL 302.5º 0.35% 0.41% -
HSV(B) 302.5º 0.51% 0.55% -
XYZ 17.4 11.52 24.97 -
YUV 97.39 150.35 158.39 -
System Red Green Blue C M Y K H S L
Decimal 140 68 137 0 0.51 0.02 0.45 302.5 0.35 0.41
Hex 8C 44 89 0 33 2 2D 12E 23 29
Octal 214 104 211 0 63 2 55 456 43 51
Binary 10001100 1000100 10001001 0 110011 10 101101 100101110 100011 101001

Color Harmonies of #8C4489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4489

Black with #8C4489

Text Example


Text Example

White with #8C4489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,68,137); }

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

background-color css

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

 a { background-color: rgb(140,68,137); }

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

border-color css

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

 span { border-color: rgb(140,68,137); }

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