Html Css Color HEX #8F359E Vivid Violet

📋 copy color: '#8F359E'

red 143 ◦ green 53 ◦ blue 158

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

Shades of Vivid Violet #8F359E

Tints of Vivid Violet #8F359E

RGB

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

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

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

R = 40.4%
G = 14.97%
B = 44.63%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8F359E (or 0x8F359E) is known color: Vivid Violet. HEX triplet: 8F, 35 and 9E. RGB value is (143,53,158). Sum of RGB (Red+Green+Blue) = 143+53+158=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F359E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F359E is #70CA61. Grayscale: #5B5B5B. Windows color (decimal): -7391842 or 10368399. OLE color: 10368399.

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

Color convert

RGB 143 53 158 -
CMYK 0.09 0.66 0 0.38
HSL 291.43º 0.5% 0.41% -
HSV(B) 291.43º 0.66% 0.62% -
XYZ 18.77 10.85 33.45 -
YUV 91.88 165.32 164.46 -
System Red Green Blue C M Y K H S L
Decimal 143 53 158 0.09 0.66 0 0.38 291.43 0.5 0.41
Hex 8F 35 9E 9 42 0 26 123 32 29
Octal 217 65 236 11 102 0 46 443 62 51
Binary 10001111 110101 10011110 1001 1000010 0 100110 100100011 110010 101001

Color Harmonies of #8F359E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F359E

Black with #8F359E

Text Example


Text Example

White with #8F359E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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