Html Css Color HEX #8C4598 Vivid Violet

📋 copy color: '#8C4598'

red 140 ◦ green 69 ◦ blue 152

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

Shades of Vivid Violet #8C4598

Tints of Vivid Violet #8C4598

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.11%

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

R = 38.78%
G = 19.11%
B = 42.11%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8C4598 (or 0x8C4598) is known color: Vivid Violet. HEX triplet: 8C, 45 and 98. RGB value is (140,69,152). Sum of RGB (Red+Green+Blue) = 140+69+152=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 152 - color contains mainly: blue. Hex color #8C4598 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4598 is #73BA67. Grayscale: #636363. Windows color (decimal): -7584360 or 9979276. OLE color: 9979276.

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

Color convert

RGB 140 69 152 -
CMYK 0.08 0.55 0 0.40
HSL 291.33º 0.38% 0.43% -
HSV(B) 291.33º 0.55% 0.6% -
XYZ 18.61 12.1 31.06 -
YUV 99.69 157.52 156.75 -
System Red Green Blue C M Y K H S L
Decimal 140 69 152 0.08 0.55 0 0.40 291.33 0.38 0.43
Hex 8C 45 98 8 37 0 28 123 26 2B
Octal 214 105 230 10 67 0 50 443 46 53
Binary 10001100 1000101 10011000 1000 110111 0 101000 100100011 100110 101011

Color Harmonies of #8C4598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4598

Black with #8C4598

Text Example


Text Example

White with #8C4598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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