Html Css Color HEX #8C399D Vivid Violet

📋 copy color: '#8C399D'

red 140 ◦ green 57 ◦ blue 157

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

Shades of Vivid Violet #8C399D

Tints of Vivid Violet #8C399D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.1%

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

R = 39.55%
G = 16.1%
B = 44.35%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8C399D (or 0x8C399D) is known color: Vivid Violet. HEX triplet: 8C, 39 and 9D. RGB value is (140,57,157). Sum of RGB (Red+Green+Blue) = 140+57+157=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C399D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C399D is #73C662. Grayscale: #5C5C5C. Windows color (decimal): -7587427 or 10303884. OLE color: 10303884.

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

Color convert

RGB 140 57 157 -
CMYK 0.11 0.64 0 0.38
HSL 289.8º 0.47% 0.42% -
HSV(B) 289.8º 0.64% 0.62% -
XYZ 18.36 10.94 33.04 -
YUV 93.22 164 161.37 -
System Red Green Blue C M Y K H S L
Decimal 140 57 157 0.11 0.64 0 0.38 289.8 0.47 0.42
Hex 8C 39 9D B 40 0 26 122 2F 2A
Octal 214 71 235 13 100 0 46 442 57 52
Binary 10001100 111001 10011101 1011 1000000 0 100110 100100010 101111 101010

Color Harmonies of #8C399D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C399D

Black with #8C399D

Text Example


Text Example

White with #8C399D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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