Html Css Color HEX #8F3591 Vivid Violet

📋 copy color: '#8F3591'

red 143 ◦ green 53 ◦ blue 145

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

Shades of Vivid Violet #8F3591

Tints of Vivid Violet #8F3591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.54%

 BLUE value IS 145 (57.03% from 255) = 42.52%

R = 41.94%
G = 15.54%
B = 42.52%

CMYK

 C value IS 0.01

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8F3591 (or 0x8F3591) is known color: Vivid Violet. HEX triplet: 8F, 35 and 91. RGB value is (143,53,145). Sum of RGB (Red+Green+Blue) = 143+53+145=341 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.94% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #8F3591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3591 is #70CA6E. Grayscale: #5A5A5A. Windows color (decimal): -7391855 or 9516431. OLE color: 9516431.

HSL color Cylindrical-coordinate representation of color #8F3591: hue angle of 298.7º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8F3591 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 143 53 145 -
CMYK 0.01 0.63 0 0.43
HSL 298.7º 0.46% 0.39% -
HSV(B) 298.7º 0.63% 0.57% -
XYZ 17.71 10.43 27.87 -
YUV 90.4 158.82 165.52 -
System Red Green Blue C M Y K H S L
Decimal 143 53 145 0.01 0.63 0 0.43 298.7 0.46 0.39
Hex 8F 35 91 1 3F 0 2B 12B 2E 27
Octal 217 65 221 1 77 0 53 453 56 47
Binary 10001111 110101 10010001 1 111111 0 101011 100101011 101110 100111

Color Harmonies of #8F3591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3591

Black with #8F3591

Text Example


Text Example

White with #8F3591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,53,145); }

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

background-color css

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

 a { background-color: rgb(143,53,145); }

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

border-color css

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

 span { border-color: rgb(143,53,145); }

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