Html Css Color HEX #8D5094 Violet Blue

📋 copy color: '#8D5094'

red 141 ◦ green 80 ◦ blue 148

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

Shades of Violet Blue #8D5094

Tints of Violet Blue #8D5094

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.68%

 BLUE value IS 148 (58.2% from 255) = 40.11%

R = 38.21%
G = 21.68%
B = 40.11%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8D5094 (or 0x8D5094) is known color: Violet Blue. HEX triplet: 8D, 50 and 94. RGB value is (141,80,148). Sum of RGB (Red+Green+Blue) = 141+80+148=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 148 - color contains mainly: blue. Hex color #8D5094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5094 is #72AF6B. Grayscale: #696969. Windows color (decimal): -7516012 or 9719949. OLE color: 9719949.

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

Color convert

RGB 141 80 148 -
CMYK 0.05 0.46 0 0.42
HSL 293.82º 0.3% 0.45% -
HSV(B) 293.82º 0.46% 0.58% -
XYZ 19.2 13.54 29.62 -
YUV 105.99 151.71 152.97 -
System Red Green Blue C M Y K H S L
Decimal 141 80 148 0.05 0.46 0 0.42 293.82 0.3 0.45
Hex 8D 50 94 5 2E 0 2A 126 1E 2D
Octal 215 120 224 5 56 0 52 446 36 55
Binary 10001101 1010000 10010100 101 101110 0 101010 100100110 11110 101101

Color Harmonies of #8D5094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5094

Black with #8D5094

Text Example


Text Example

White with #8D5094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,80,148); }

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

background-color css

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

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

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

border-color css

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

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

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