Html Css Color HEX #8C439D Vivid Violet

📋 copy color: '#8C439D'

red 140 ◦ green 67 ◦ blue 157

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

Shades of Vivid Violet #8C439D

Tints of Vivid Violet #8C439D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.41%

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

R = 38.46%
G = 18.41%
B = 43.13%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8C439D (or 0x8C439D) is known color: Vivid Violet. HEX triplet: 8C, 43 and 9D. RGB value is (140,67,157). Sum of RGB (Red+Green+Blue) = 140+67+157=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C439D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C439D is #73BC62. Grayscale: #626262. Windows color (decimal): -7584867 or 10306444. OLE color: 10306444.

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

Color convert

RGB 140 67 157 -
CMYK 0.11 0.57 0 0.38
HSL 288.67º 0.4% 0.44% -
HSV(B) 288.67º 0.57% 0.62% -
XYZ 18.91 12.02 33.22 -
YUV 99.09 160.68 157.18 -
System Red Green Blue C M Y K H S L
Decimal 140 67 157 0.11 0.57 0 0.38 288.67 0.4 0.44
Hex 8C 43 9D B 39 0 26 121 28 2C
Octal 214 103 235 13 71 0 46 441 50 54
Binary 10001100 1000011 10011101 1011 111001 0 100110 100100001 101000 101100

Color Harmonies of #8C439D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C439D

Black with #8C439D

Text Example


Text Example

White with #8C439D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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