Html Css Color HEX #8C509D Violet Blue

📋 copy color: '#8C509D'

red 140 ◦ green 80 ◦ blue 157

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

Shades of Violet Blue #8C509D

Tints of Violet Blue #8C509D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.64%

R = 37.14%
G = 21.22%
B = 41.64%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8C509D (or 0x8C509D) is known color: Violet Blue. HEX triplet: 8C, 50 and 9D. RGB value is (140,80,157). Sum of RGB (Red+Green+Blue) = 140+80+157=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C509D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C509D is #73AF62. Grayscale: #6A6A6A. Windows color (decimal): -7581539 or 10309772. OLE color: 10309772.

HSL color Cylindrical-coordinate representation of color #8C509D: hue angle of 286.75º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C509D is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 80 157 -
CMYK 0.11 0.49 0 0.38
HSL 286.75º 0.32% 0.46% -
HSV(B) 286.75º 0.49% 0.62% -
XYZ 19.77 13.75 33.51 -
YUV 106.72 156.38 151.74 -
System Red Green Blue C M Y K H S L
Decimal 140 80 157 0.11 0.49 0 0.38 286.75 0.32 0.46
Hex 8C 50 9D B 31 0 26 11F 20 2E
Octal 214 120 235 13 61 0 46 437 40 56
Binary 10001100 1010000 10011101 1011 110001 0 100110 100011111 100000 101110

Color Harmonies of #8C509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C509D

Black with #8C509D

Text Example


Text Example

White with #8C509D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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