Html Css Color HEX #8D3095 Vivid Violet

📋 copy color: '#8D3095'

red 141 ◦ green 48 ◦ blue 149

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

Shades of Vivid Violet #8D3095

Tints of Vivid Violet #8D3095

RGB

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

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

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

R = 41.72%
G = 14.2%
B = 44.08%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8D3095 (or 0x8D3095) is known color: Vivid Violet. HEX triplet: 8D, 30 and 95. RGB value is (141,48,149). Sum of RGB (Red+Green+Blue) = 141+48+149=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #8D3095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3095 is #72CF6A. Grayscale: #575757. Windows color (decimal): -7524203 or 9777293. OLE color: 9777293.

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

Color convert

RGB 141 48 149 -
CMYK 0.05 0.68 0 0.42
HSL 295.25º 0.51% 0.39% -
HSV(B) 295.25º 0.68% 0.58% -
XYZ 17.47 9.95 29.43 -
YUV 87.32 162.81 166.29 -
System Red Green Blue C M Y K H S L
Decimal 141 48 149 0.05 0.68 0 0.42 295.25 0.51 0.39
Hex 8D 30 95 5 44 0 2A 127 33 27
Octal 215 60 225 5 104 0 52 447 63 47
Binary 10001101 110000 10010101 101 1000100 0 101010 100100111 110011 100111

Color Harmonies of #8D3095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3095

Black with #8D3095

Text Example


Text Example

White with #8D3095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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