Html Css Color HEX #8D3A95 Vivid Violet

📋 copy color: '#8D3A95'

red 141 ◦ green 58 ◦ blue 149

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

Shades of Vivid Violet #8D3A95

Tints of Vivid Violet #8D3A95

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.67%

 BLUE value IS 149 (58.59% from 255) = 42.82%

R = 40.52%
G = 16.67%
B = 42.82%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8D3A95 (or 0x8D3A95) is known color: Vivid Violet. HEX triplet: 8D, 3A and 95. RGB value is (141,58,149). Sum of RGB (Red+Green+Blue) = 141+58+149=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #8D3A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3A95 is #72C56A. Grayscale: #5C5C5C. Windows color (decimal): -7521643 or 9779853. OLE color: 9779853.

HSL color Cylindrical-coordinate representation of color #8D3A95: hue angle of 294.73º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8D3A95 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 141 58 149 -
CMYK 0.05 0.61 0 0.42
HSL 294.73º 0.44% 0.41% -
HSV(B) 294.73º 0.61% 0.58% -
XYZ 17.92 10.86 29.59 -
YUV 93.19 159.5 162.1 -
System Red Green Blue C M Y K H S L
Decimal 141 58 149 0.05 0.61 0 0.42 294.73 0.44 0.41
Hex 8D 3A 95 5 3D 0 2A 127 2C 29
Octal 215 72 225 5 75 0 52 447 54 51
Binary 10001101 111010 10010101 101 111101 0 101010 100100111 101100 101001

Color Harmonies of #8D3A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3A95

Black with #8D3A95

Text Example


Text Example

White with #8D3A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,58,149); }

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

background-color css

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

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

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

border-color css

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

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

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