Html Css Color HEX #8D359E Vivid Violet

📋 copy color: '#8D359E'

red 141 ◦ green 53 ◦ blue 158

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

Shades of Vivid Violet #8D359E

Tints of Vivid Violet #8D359E

RGB

 RED value IS 141 (55.47% from 255) = 40.06%

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

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

R = 40.06%
G = 15.06%
B = 44.89%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8D359E (or 0x8D359E) is known color: Vivid Violet. HEX triplet: 8D, 35 and 9E. RGB value is (141,53,158). Sum of RGB (Red+Green+Blue) = 141+53+158=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 158 - color contains mainly: blue. Hex color #8D359E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D359E is #72CA61. Grayscale: #5A5A5A. Windows color (decimal): -7522914 or 10368397. OLE color: 10368397.

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

Color convert

RGB 141 53 158 -
CMYK 0.11 0.66 0 0.38
HSL 290.29º 0.5% 0.41% -
HSV(B) 290.29º 0.66% 0.62% -
XYZ 18.43 10.68 33.44 -
YUV 91.28 165.65 163.46 -
System Red Green Blue C M Y K H S L
Decimal 141 53 158 0.11 0.66 0 0.38 290.29 0.5 0.41
Hex 8D 35 9E B 42 0 26 122 32 29
Octal 215 65 236 13 102 0 46 442 62 51
Binary 10001101 110101 10011110 1011 1000010 0 100110 100100010 110010 101001

Color Harmonies of #8D359E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D359E

Black with #8D359E

Text Example


Text Example

White with #8D359E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,53,158); }

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

background-color css

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

 a { background-color: rgb(141,53,158); }

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

border-color css

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

 span { border-color: rgb(141,53,158); }

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