Html Css Color HEX #8D358E Vivid Violet

📋 copy color: '#8D358E'

red 141 ◦ green 53 ◦ blue 142

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

Shades of Vivid Violet #8D358E

Tints of Vivid Violet #8D358E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.26%

R = 41.96%
G = 15.77%
B = 42.26%

CMYK

 C value IS 0.01

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8D358E (or 0x8D358E) is known color: Vivid Violet. HEX triplet: 8D, 35 and 8E. RGB value is (141,53,142). Sum of RGB (Red+Green+Blue) = 141+53+142=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: blue. Hex color #8D358E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D358E is #72CA71. Grayscale: #595959. Windows color (decimal): -7522930 or 9319821. OLE color: 9319821.

HSL color Cylindrical-coordinate representation of color #8D358E: hue angle of 299.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D358E is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 141 53 142 -
CMYK 0.01 0.63 0 0.44
HSL 299.33º 0.46% 0.38% -
HSV(B) 299.33º 0.63% 0.56% -
XYZ 17.14 10.16 26.65 -
YUV 89.46 157.65 164.76 -
System Red Green Blue C M Y K H S L
Decimal 141 53 142 0.01 0.63 0 0.44 299.33 0.46 0.38
Hex 8D 35 8E 1 3F 0 2C 12B 2E 26
Octal 215 65 216 1 77 0 54 453 56 46
Binary 10001101 110101 10001110 1 111111 0 101100 100101011 101110 100110

Color Harmonies of #8D358E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D358E

Black with #8D358E

Text Example


Text Example

White with #8D358E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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