Html Css Color HEX #8D3498 Vivid Violet

📋 copy color: '#8D3498'

red 141 ◦ green 52 ◦ blue 152

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

Shades of Vivid Violet #8D3498

Tints of Vivid Violet #8D3498

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.07%

 BLUE value IS 152 (59.77% from 255) = 44.06%

R = 40.87%
G = 15.07%
B = 44.06%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8D3498 (or 0x8D3498) is known color: Vivid Violet. HEX triplet: 8D, 34 and 98. RGB value is (141,52,152). Sum of RGB (Red+Green+Blue) = 141+52+152=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 152 - color contains mainly: blue. Hex color #8D3498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3498 is #72CB67. Grayscale: #595959. Windows color (decimal): -7523176 or 9974925. OLE color: 9974925.

HSL color Cylindrical-coordinate representation of color #8D3498: hue angle of 293.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D3498 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 141 52 152 -
CMYK 0.07 0.66 0 0.40
HSL 293.4º 0.49% 0.4% -
HSV(B) 293.4º 0.66% 0.6% -
XYZ 17.88 10.39 30.77 -
YUV 90.01 162.99 164.37 -
System Red Green Blue C M Y K H S L
Decimal 141 52 152 0.07 0.66 0 0.40 293.4 0.49 0.4
Hex 8D 34 98 7 42 0 28 125 31 28
Octal 215 64 230 7 102 0 50 445 61 50
Binary 10001101 110100 10011000 111 1000010 0 101000 100100101 110001 101000

Color Harmonies of #8D3498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3498

Black with #8D3498

Text Example


Text Example

White with #8D3498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,52,152); }

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

background-color css

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

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

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

border-color css

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

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

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