Html Css Color HEX #8D368B Vivid Violet

📋 copy color: '#8D368B'

red 141 ◦ green 54 ◦ blue 139

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

Shades of Vivid Violet #8D368B

Tints of Vivid Violet #8D368B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.62%

R = 42.22%
G = 16.17%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8D368B (or 0x8D368B) is known color: Vivid Violet. HEX triplet: 8D, 36 and 8B. RGB value is (141,54,139). Sum of RGB (Red+Green+Blue) = 141+54+139=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 141 - color contains mainly: red. Hex color #8D368B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D368B is #72C974. Grayscale: #595959. Windows color (decimal): -7522677 or 9123469. OLE color: 9123469.

HSL color Cylindrical-coordinate representation of color #8D368B: hue angle of 301.38º 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 #8D368B is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 54 139 -
CMYK 0 0.62 0.01 0.45
HSL 301.38º 0.45% 0.38% -
HSV(B) 301.38º 0.62% 0.55% -
XYZ 16.96 10.17 25.49 -
YUV 89.7 155.82 164.59 -
System Red Green Blue C M Y K H S L
Decimal 141 54 139 0 0.62 0.01 0.45 301.38 0.45 0.38
Hex 8D 36 8B 0 3E 1 2D 12D 2D 26
Octal 215 66 213 0 76 1 55 455 55 46
Binary 10001101 110110 10001011 0 111110 1 101101 100101101 101101 100110

Color Harmonies of #8D368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D368B

Black with #8D368B

Text Example


Text Example

White with #8D368B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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