Html Css Color HEX #8C3591 Vivid Violet

📋 copy color: '#8C3591'

red 140 ◦ green 53 ◦ blue 145

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

Shades of Vivid Violet #8C3591

Tints of Vivid Violet #8C3591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.68%

 BLUE value IS 145 (57.03% from 255) = 42.9%

R = 41.42%
G = 15.68%
B = 42.9%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8C3591 (or 0x8C3591) is known color: Vivid Violet. HEX triplet: 8C, 35 and 91. RGB value is (140,53,145). Sum of RGB (Red+Green+Blue) = 140+53+145=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 145 (57.03% from 255 or 42.90% from 338); Max value from RGB is 145 - color contains mainly: blue. Hex color #8C3591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3591 is #73CA6E. Grayscale: #595959. Windows color (decimal): -7588463 or 9516428. OLE color: 9516428.

HSL color Cylindrical-coordinate representation of color #8C3591: hue angle of 296.74º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C3591 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 140 53 145 -
CMYK 0.03 0.63 0 0.43
HSL 296.74º 0.46% 0.39% -
HSV(B) 296.74º 0.63% 0.57% -
XYZ 17.2 10.17 27.84 -
YUV 89.5 159.32 164.02 -
System Red Green Blue C M Y K H S L
Decimal 140 53 145 0.03 0.63 0 0.43 296.74 0.46 0.39
Hex 8C 35 91 3 3F 0 2B 129 2E 27
Octal 214 65 221 3 77 0 53 451 56 47
Binary 10001100 110101 10010001 11 111111 0 101011 100101001 101110 100111

Color Harmonies of #8C3591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3591

Black with #8C3591

Text Example


Text Example

White with #8C3591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,53,145); }

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

background-color css

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

 a { background-color: rgb(140,53,145); }

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

border-color css

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

 span { border-color: rgb(140,53,145); }

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