Html Css Color HEX #8F389E Vivid Violet

📋 copy color: '#8F389E'

red 143 ◦ green 56 ◦ blue 158

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

Shades of Vivid Violet #8F389E

Tints of Vivid Violet #8F389E

RGB

 RED value IS 143 (56.25% from 255) = 40.06%

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

 BLUE value IS 158 (62.11% from 255) = 44.26%

R = 40.06%
G = 15.69%
B = 44.26%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8F389E (or 0x8F389E) is known color: Vivid Violet. HEX triplet: 8F, 38 and 9E. RGB value is (143,56,158). Sum of RGB (Red+Green+Blue) = 143+56+158=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F389E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F389E is #70C761. Grayscale: #5D5D5D. Windows color (decimal): -7391074 or 10369167. OLE color: 10369167.

HSL color Cylindrical-coordinate representation of color #8F389E: hue angle of 291.18º 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 #8F389E is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 143 56 158 -
CMYK 0.09 0.65 0 0.38
HSL 291.18º 0.48% 0.42% -
HSV(B) 291.18º 0.65% 0.62% -
XYZ 18.91 11.14 33.5 -
YUV 93.64 164.32 163.21 -
System Red Green Blue C M Y K H S L
Decimal 143 56 158 0.09 0.65 0 0.38 291.18 0.48 0.42
Hex 8F 38 9E 9 41 0 26 123 30 2A
Octal 217 70 236 11 101 0 46 443 60 52
Binary 10001111 111000 10011110 1001 1000001 0 100110 100100011 110000 101010

Color Harmonies of #8F389E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F389E

Black with #8F389E

Text Example


Text Example

White with #8F389E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,56,158); }

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

background-color css

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

 a { background-color: rgb(143,56,158); }

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

border-color css

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

 span { border-color: rgb(143,56,158); }

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