Html Css Color HEX #8C389F Vivid Violet

📋 copy color: '#8C389F'

red 140 ◦ green 56 ◦ blue 159

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

Shades of Vivid Violet #8C389F

Tints of Vivid Violet #8C389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.77%

 BLUE value IS 159 (62.5% from 255) = 44.79%

R = 39.44%
G = 15.77%
B = 44.79%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8C389F (or 0x8C389F) is known color: Vivid Violet. HEX triplet: 8C, 38 and 9F. RGB value is (140,56,159). Sum of RGB (Red+Green+Blue) = 140+56+159=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 159 - color contains mainly: blue. Hex color #8C389F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C389F is #73C760. Grayscale: #5C5C5C. Windows color (decimal): -7587681 or 10434700. OLE color: 10434700.

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

Color convert

RGB 140 56 159 -
CMYK 0.12 0.65 0 0.38
HSL 288.93º 0.48% 0.42% -
HSV(B) 288.93º 0.65% 0.62% -
XYZ 18.49 10.91 33.93 -
YUV 92.86 165.33 161.62 -
System Red Green Blue C M Y K H S L
Decimal 140 56 159 0.12 0.65 0 0.38 288.93 0.48 0.42
Hex 8C 38 9F C 41 0 26 121 30 2A
Octal 214 70 237 14 101 0 46 441 60 52
Binary 10001100 111000 10011111 1100 1000001 0 100110 100100001 110000 101010

Color Harmonies of #8C389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C389F

Black with #8C389F

Text Example


Text Example

White with #8C389F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,56,159); }

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

background-color css

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

 a { background-color: rgb(140,56,159); }

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

border-color css

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

 span { border-color: rgb(140,56,159); }

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