Html Css Color HEX #8C6094 Violet Blue

📋 copy color: '#8C6094'

red 140 ◦ green 96 ◦ blue 148

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

Shades of Violet Blue #8C6094

Tints of Violet Blue #8C6094

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25%

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

R = 36.46%
G = 25%
B = 38.54%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8C6094 (or 0x8C6094) is known color: Violet Blue. HEX triplet: 8C, 60 and 94. RGB value is (140,96,148). Sum of RGB (Red+Green+Blue) = 140+96+148=384 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.46% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 148 - color contains mainly: blue. Hex color #8C6094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6094 is #739F6B. Grayscale: #727272. Windows color (decimal): -7577452 or 9724044. OLE color: 9724044.

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

Color convert

RGB 140 96 148 -
CMYK 0.05 0.35 0 0.42
HSL 290.77º 0.21% 0.48% -
HSV(B) 290.77º 0.35% 0.58% -
XYZ 20.34 16.08 30.05 -
YUV 115.08 146.58 145.77 -
System Red Green Blue C M Y K H S L
Decimal 140 96 148 0.05 0.35 0 0.42 290.77 0.21 0.48
Hex 8C 60 94 5 23 0 2A 123 15 30
Octal 214 140 224 5 43 0 52 443 25 60
Binary 10001100 1100000 10010100 101 100011 0 101010 100100011 10101 110000

Color Harmonies of #8C6094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6094

Black with #8C6094

Text Example


Text Example

White with #8C6094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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