Html Css Color HEX #8C398B Vivid Violet

📋 copy color: '#8C398B'

red 140 ◦ green 57 ◦ blue 139

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

Shades of Vivid Violet #8C398B

Tints of Vivid Violet #8C398B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.37%

R = 41.67%
G = 16.96%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8C398B (or 0x8C398B) is known color: Vivid Violet. HEX triplet: 8C, 39 and 8B. RGB value is (140,57,139). Sum of RGB (Red+Green+Blue) = 140+57+139=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 140 - color contains mainly: red. Hex color #8C398B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C398B is #73C674. Grayscale: #5A5A5A. Windows color (decimal): -7587445 or 9124236. OLE color: 9124236.

HSL color Cylindrical-coordinate representation of color #8C398B: hue angle of 300.72º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C398B is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 57 139 -
CMYK 0 0.59 0.01 0.45
HSL 300.72º 0.42% 0.39% -
HSV(B) 300.72º 0.59% 0.55% -
XYZ 16.94 10.37 25.53 -
YUV 91.17 155 162.83 -
System Red Green Blue C M Y K H S L
Decimal 140 57 139 0 0.59 0.01 0.45 300.72 0.42 0.39
Hex 8C 39 8B 0 3B 1 2D 12D 2A 27
Octal 214 71 213 0 73 1 55 455 52 47
Binary 10001100 111001 10001011 0 111011 1 101101 100101101 101010 100111

Color Harmonies of #8C398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C398B

Black with #8C398B

Text Example


Text Example

White with #8C398B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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