Html Css Color HEX #8D368D Vivid Violet

📋 copy color: '#8D368D'

red 141 ◦ green 54 ◦ blue 141

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

Shades of Vivid Violet #8D368D

Tints of Vivid Violet #8D368D

RGB

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

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

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

R = 41.96%
G = 16.07%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8D368D (or 0x8D368D) is known color: Vivid Violet. HEX triplet: 8D, 36 and 8D. RGB value is (141,54,141). Sum of RGB (Red+Green+Blue) = 141+54+141=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 141 - color contains mainly: red, blue. Hex color #8D368D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D368D is #72C972. Grayscale: #595959. Windows color (decimal): -7522675 or 9254541. OLE color: 9254541.

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

Color convert

RGB 141 54 141 -
CMYK 0 0.62 0 0.45
HSL 300º 0.45% 0.38% -
HSV(B) 300º 0.62% 0.55% -
XYZ 17.11 10.22 26.27 -
YUV 89.93 156.82 164.43 -
System Red Green Blue C M Y K H S L
Decimal 141 54 141 0 0.62 0 0.45 300 0.45 0.38
Hex 8D 36 8D 0 3E 0 2D 12C 2D 26
Octal 215 66 215 0 76 0 55 454 55 46
Binary 10001101 110110 10001101 0 111110 0 101101 100101100 101101 100110

Color Harmonies of #8D368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D368D

Black with #8D368D

Text Example


Text Example

White with #8D368D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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