Html Css Color HEX #8C5F95 Violet Blue

📋 copy color: '#8C5F95'

red 140 ◦ green 95 ◦ blue 149

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

Shades of Violet Blue #8C5F95

Tints of Violet Blue #8C5F95

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.74%

 BLUE value IS 149 (58.59% from 255) = 38.8%

R = 36.46%
G = 24.74%
B = 38.8%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8C5F95 (or 0x8C5F95) is known color: Violet Blue. HEX triplet: 8C, 5F and 95. RGB value is (140,95,149). Sum of RGB (Red+Green+Blue) = 140+95+149=384 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.46% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 149 - color contains mainly: blue. Hex color #8C5F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5F95 is #73A06A. Grayscale: #727272. Windows color (decimal): -7577707 or 9789324. OLE color: 9789324.

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

Color convert

RGB 140 95 149 -
CMYK 0.06 0.36 0 0.42
HSL 290º 0.22% 0.48% -
HSV(B) 290º 0.36% 0.58% -
XYZ 20.33 15.93 30.44 -
YUV 114.61 147.41 146.11 -
System Red Green Blue C M Y K H S L
Decimal 140 95 149 0.06 0.36 0 0.42 290 0.22 0.48
Hex 8C 5F 95 6 24 0 2A 122 16 30
Octal 214 137 225 6 44 0 52 442 26 60
Binary 10001100 1011111 10010101 110 100100 0 101010 100100010 10110 110000

Color Harmonies of #8C5F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5F95

Black with #8C5F95

Text Example


Text Example

White with #8C5F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,95,149); }

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

background-color css

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

 a { background-color: rgb(140,95,149); }

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

border-color css

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

 span { border-color: rgb(140,95,149); }

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