Html Css Color HEX #8D358A Vivid Violet

📋 copy color: '#8D358A'

red 141 ◦ green 53 ◦ blue 138

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

Shades of Vivid Violet #8D358A

Tints of Vivid Violet #8D358A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.57%

R = 42.47%
G = 15.96%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8D358A (or 0x8D358A) is known color: Vivid Violet. HEX triplet: 8D, 35 and 8A. RGB value is (141,53,138). Sum of RGB (Red+Green+Blue) = 141+53+138=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 141 - color contains mainly: red. Hex color #8D358A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D358A is #72CA75. Grayscale: #585858. Windows color (decimal): -7522934 or 9057677. OLE color: 9057677.

HSL color Cylindrical-coordinate representation of color #8D358A: hue angle of 302.05º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D358A is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 53 138 -
CMYK 0 0.62 0.02 0.45
HSL 302.05º 0.45% 0.38% -
HSV(B) 302.05º 0.62% 0.55% -
XYZ 16.85 10.04 25.1 -
YUV 89 155.65 165.09 -
System Red Green Blue C M Y K H S L
Decimal 141 53 138 0 0.62 0.02 0.45 302.05 0.45 0.38
Hex 8D 35 8A 0 3E 2 2D 12E 2D 26
Octal 215 65 212 0 76 2 55 456 55 46
Binary 10001101 110101 10001010 0 111110 10 101101 100101110 101101 100110

Color Harmonies of #8D358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D358A

Black with #8D358A

Text Example


Text Example

White with #8D358A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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