Html Css Color HEX #8D308D Vivid Violet

📋 copy color: '#8D308D'

red 141 ◦ green 48 ◦ blue 141

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

Shades of Vivid Violet #8D308D

Tints of Vivid Violet #8D308D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.55%

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

R = 42.73%
G = 14.55%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8D308D (or 0x8D308D) is known color: Vivid Violet. HEX triplet: 8D, 30 and 8D. RGB value is (141,48,141). Sum of RGB (Red+Green+Blue) = 141+48+141=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: red, blue. Hex color #8D308D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D308D is #72CF72. Grayscale: #565656. Windows color (decimal): -7524211 or 9253005. OLE color: 9253005.

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

Color convert

RGB 141 48 141 -
CMYK 0 0.66 0 0.45
HSL 300º 0.49% 0.37% -
HSV(B) 300º 0.66% 0.55% -
XYZ 16.85 9.7 26.18 -
YUV 86.41 158.81 166.94 -
System Red Green Blue C M Y K H S L
Decimal 141 48 141 0 0.66 0 0.45 300 0.49 0.37
Hex 8D 30 8D 0 42 0 2D 12C 31 25
Octal 215 60 215 0 102 0 55 454 61 45
Binary 10001101 110000 10001101 0 1000010 0 101101 100101100 110001 100101

Color Harmonies of #8D308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D308D

Black with #8D308D

Text Example


Text Example

White with #8D308D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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