Html Css Color HEX #8C6194 Violet Blue

📋 copy color: '#8C6194'

red 140 ◦ green 97 ◦ blue 148

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

Shades of Violet Blue #8C6194

Tints of Violet Blue #8C6194

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.19%

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

R = 36.36%
G = 25.19%
B = 38.44%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8C6194 (or 0x8C6194) is known color: Violet Blue. HEX triplet: 8C, 61 and 94. RGB value is (140,97,148). Sum of RGB (Red+Green+Blue) = 140+97+148=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 148 - color contains mainly: blue. Hex color #8C6194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6194 is #739E6B. Grayscale: #737373. Windows color (decimal): -7577196 or 9724300. OLE color: 9724300.

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

Color convert

RGB 140 97 148 -
CMYK 0.05 0.34 0 0.42
HSL 290.59º 0.21% 0.48% -
HSV(B) 290.59º 0.34% 0.58% -
XYZ 20.44 16.26 30.08 -
YUV 115.67 146.25 145.35 -
System Red Green Blue C M Y K H S L
Decimal 140 97 148 0.05 0.34 0 0.42 290.59 0.21 0.48
Hex 8C 61 94 5 22 0 2A 123 15 30
Octal 214 141 224 5 42 0 52 443 25 60
Binary 10001100 1100001 10010100 101 100010 0 101010 100100011 10101 110000

Color Harmonies of #8C6194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6194

Black with #8C6194

Text Example


Text Example

White with #8C6194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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