Html Css Color HEX #8D399D Vivid Violet

📋 copy color: '#8D399D'

red 141 ◦ green 57 ◦ blue 157

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

Shades of Vivid Violet #8D399D

Tints of Vivid Violet #8D399D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.06%

 BLUE value IS 157 (61.72% from 255) = 44.23%

R = 39.72%
G = 16.06%
B = 44.23%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8D399D (or 0x8D399D) is known color: Vivid Violet. HEX triplet: 8D, 39 and 9D. RGB value is (141,57,157). Sum of RGB (Red+Green+Blue) = 141+57+157=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D399D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D399D is #72C662. Grayscale: #5D5D5D. Windows color (decimal): -7521891 or 10303885. OLE color: 10303885.

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

Color convert

RGB 141 57 157 -
CMYK 0.10 0.64 0 0.38
HSL 290.4º 0.47% 0.42% -
HSV(B) 290.4º 0.64% 0.62% -
XYZ 18.53 11.02 33.05 -
YUV 93.52 163.83 161.87 -
System Red Green Blue C M Y K H S L
Decimal 141 57 157 0.10 0.64 0 0.38 290.4 0.47 0.42
Hex 8D 39 9D A 40 0 26 122 2F 2A
Octal 215 71 235 12 100 0 46 442 57 52
Binary 10001101 111001 10011101 1010 1000000 0 100110 100100010 101111 101010

Color Harmonies of #8D399D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D399D

Black with #8D399D

Text Example


Text Example

White with #8D399D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,57,157); }

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

background-color css

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

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

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

border-color css

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

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

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