Html Css Color HEX #8D369E Vivid Violet

📋 copy color: '#8D369E'

red 141 ◦ green 54 ◦ blue 158

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

Shades of Vivid Violet #8D369E

Tints of Vivid Violet #8D369E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.3%

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

R = 39.94%
G = 15.3%
B = 44.76%

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

#8D369E (or 0x8D369E) is known color: Vivid Violet. HEX triplet: 8D, 36 and 9E. RGB value is (141,54,158). Sum of RGB (Red+Green+Blue) = 141+54+158=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 158 - color contains mainly: blue. Hex color #8D369E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D369E is #72C961. Grayscale: #5B5B5B. Windows color (decimal): -7522658 or 10368653. OLE color: 10368653.

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

Color convert

RGB 141 54 158 -
CMYK 0.11 0.66 0 0.38
HSL 290.19º 0.49% 0.42% -
HSV(B) 290.19º 0.66% 0.62% -
XYZ 18.48 10.77 33.45 -
YUV 91.87 165.32 163.04 -
System Red Green Blue C M Y K H S L
Decimal 141 54 158 0.11 0.66 0 0.38 290.19 0.49 0.42
Hex 8D 36 9E B 42 0 26 122 31 2A
Octal 215 66 236 13 102 0 46 442 61 52
Binary 10001101 110110 10011110 1011 1000010 0 100110 100100010 110001 101010

Color Harmonies of #8D369E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D369E

Black with #8D369E

Text Example


Text Example

White with #8D369E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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