Html Css Color HEX #8C5094 Violet Blue

📋 copy color: '#8C5094'

red 140 ◦ green 80 ◦ blue 148

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

Shades of Violet Blue #8C5094

Tints of Violet Blue #8C5094

RGB

 RED value IS 140 (55.08% from 255) = 38.04%

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

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

R = 38.04%
G = 21.74%
B = 40.22%

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

#8C5094 (or 0x8C5094) is known color: Violet Blue. HEX triplet: 8C, 50 and 94. RGB value is (140,80,148). Sum of RGB (Red+Green+Blue) = 140+80+148=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 148 - color contains mainly: blue. Hex color #8C5094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5094 is #73AF6B. Grayscale: #696969. Windows color (decimal): -7581548 or 9719948. OLE color: 9719948.

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

Color convert

RGB 140 80 148 -
CMYK 0.05 0.46 0 0.42
HSL 292.94º 0.3% 0.45% -
HSV(B) 292.94º 0.46% 0.58% -
XYZ 19.03 13.45 29.61 -
YUV 105.69 151.88 152.47 -
System Red Green Blue C M Y K H S L
Decimal 140 80 148 0.05 0.46 0 0.42 292.94 0.3 0.45
Hex 8C 50 94 5 2E 0 2A 125 1E 2D
Octal 214 120 224 5 56 0 52 445 36 55
Binary 10001100 1010000 10010100 101 101110 0 101010 100100101 11110 101101

Color Harmonies of #8C5094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5094

Black with #8C5094

Text Example


Text Example

White with #8C5094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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