Html Css Color HEX #8D3488 Vivid Violet

📋 copy color: '#8D3488'

red 141 ◦ green 52 ◦ blue 136

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

Shades of Vivid Violet #8D3488

Tints of Vivid Violet #8D3488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.34%

R = 42.86%
G = 15.81%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8D3488 (or 0x8D3488) is known color: Vivid Violet. HEX triplet: 8D, 34 and 88. RGB value is (141,52,136). Sum of RGB (Red+Green+Blue) = 141+52+136=329 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.86% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3488 is #72CB77. Grayscale: #575757. Windows color (decimal): -7523192 or 8926349. OLE color: 8926349.

HSL color Cylindrical-coordinate representation of color #8D3488: hue angle of 303.37º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D3488 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 52 136 -
CMYK 0 0.63 0.04 0.45
HSL 303.37º 0.46% 0.38% -
HSV(B) 303.37º 0.63% 0.55% -
XYZ 16.66 9.9 24.32 -
YUV 88.19 154.99 165.67 -
System Red Green Blue C M Y K H S L
Decimal 141 52 136 0 0.63 0.04 0.45 303.37 0.46 0.38
Hex 8D 34 88 0 3F 4 2D 12F 2E 26
Octal 215 64 210 0 77 4 55 457 56 46
Binary 10001101 110100 10001000 0 111111 100 101101 100101111 101110 100110

Color Harmonies of #8D3488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3488

Black with #8D3488

Text Example


Text Example

White with #8D3488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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