Html Css Color HEX #8F359F Vivid Violet

📋 copy color: '#8F359F'

red 143 ◦ green 53 ◦ blue 159

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

Shades of Vivid Violet #8F359F

Tints of Vivid Violet #8F359F

RGB

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

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

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

R = 40.28%
G = 14.93%
B = 44.79%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8F359F (or 0x8F359F) is known color: Vivid Violet. HEX triplet: 8F, 35 and 9F. RGB value is (143,53,159). Sum of RGB (Red+Green+Blue) = 143+53+159=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 53 (21.09% from 255 or 14.93% 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 #8F359F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F359F is #70CA60. Grayscale: #5B5B5B. Windows color (decimal): -7391841 or 10433935. OLE color: 10433935.

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

Color convert

RGB 143 53 159 -
CMYK 0.10 0.67 0 0.38
HSL 290.94º 0.5% 0.42% -
HSV(B) 290.94º 0.67% 0.62% -
XYZ 18.86 10.89 33.91 -
YUV 91.99 165.82 164.38 -
System Red Green Blue C M Y K H S L
Decimal 143 53 159 0.10 0.67 0 0.38 290.94 0.5 0.42
Hex 8F 35 9F A 43 0 26 123 32 2A
Octal 217 65 237 12 103 0 46 443 62 52
Binary 10001111 110101 10011111 1010 1000011 0 100110 100100011 110010 101010

Color Harmonies of #8F359F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F359F

Black with #8F359F

Text Example


Text Example

White with #8F359F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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