Html Css Color HEX #8B5094 Vivid Violet

📋 copy color: '#8B5094'

red 139 ◦ green 80 ◦ blue 148

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

Shades of Vivid Violet #8B5094

Tints of Vivid Violet #8B5094

RGB

 RED value IS 139 (54.69% from 255) = 37.87%

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

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

R = 37.87%
G = 21.8%
B = 40.33%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8B5094 (or 0x8B5094) is known color: Vivid Violet. HEX triplet: 8B, 50 and 94. RGB value is (139,80,148). Sum of RGB (Red+Green+Blue) = 139+80+148=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 148 - color contains mainly: blue. Hex color #8B5094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5094 is #74AF6B. Grayscale: #696969. Windows color (decimal): -7647084 or 9719947. OLE color: 9719947.

HSL color Cylindrical-coordinate representation of color #8B5094: hue angle of 292.06º 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 #8B5094 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 139 80 148 -
CMYK 0.06 0.46 0 0.42
HSL 292.06º 0.3% 0.45% -
HSV(B) 292.06º 0.46% 0.58% -
XYZ 18.86 13.36 29.6 -
YUV 105.39 152.05 151.97 -
System Red Green Blue C M Y K H S L
Decimal 139 80 148 0.06 0.46 0 0.42 292.06 0.3 0.45
Hex 8B 50 94 6 2E 0 2A 124 1E 2D
Octal 213 120 224 6 56 0 52 444 36 55
Binary 10001011 1010000 10010100 110 101110 0 101010 100100100 11110 101101

Color Harmonies of #8B5094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5094

Black with #8B5094

Text Example


Text Example

White with #8B5094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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