Html Css Color HEX #8C489B Vivid Violet

📋 copy color: '#8C489B'

red 140 ◦ green 72 ◦ blue 155

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

Shades of Vivid Violet #8C489B

Tints of Vivid Violet #8C489B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.23%

R = 38.15%
G = 19.62%
B = 42.23%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8C489B (or 0x8C489B) is known color: Vivid Violet. HEX triplet: 8C, 48 and 9B. RGB value is (140,72,155). Sum of RGB (Red+Green+Blue) = 140+72+155=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C489B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C489B is #73B764. Grayscale: #656565. Windows color (decimal): -7583589 or 10176652. OLE color: 10176652.

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

Color convert

RGB 140 72 155 -
CMYK 0.10 0.54 0 0.39
HSL 289.16º 0.37% 0.45% -
HSV(B) 289.16º 0.54% 0.61% -
XYZ 19.05 12.58 32.43 -
YUV 101.79 158.03 155.25 -
System Red Green Blue C M Y K H S L
Decimal 140 72 155 0.10 0.54 0 0.39 289.16 0.37 0.45
Hex 8C 48 9B A 36 0 27 121 25 2D
Octal 214 110 233 12 66 0 47 441 45 55
Binary 10001100 1001000 10011011 1010 110110 0 100111 100100001 100101 101101

Color Harmonies of #8C489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C489B

Black with #8C489B

Text Example


Text Example

White with #8C489B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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