Html Css Color HEX #8F3E85 Vivid Violet

📋 copy color: '#8F3E85'

red 143 ◦ green 62 ◦ blue 133

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

Shades of Vivid Violet #8F3E85

Tints of Vivid Violet #8F3E85

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.34%

 BLUE value IS 133 (52.34% from 255) = 39.35%

R = 42.31%
G = 18.34%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#8F3E85 (or 0x8F3E85) is known color: Vivid Violet. HEX triplet: 8F, 3E and 85. RGB value is (143,62,133). Sum of RGB (Red+Green+Blue) = 143+62+133=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3E85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3E85 is #70C17A. Grayscale: #5E5E5E. Windows color (decimal): -7389563 or 8732303. OLE color: 8732303.

HSL color Cylindrical-coordinate representation of color #8F3E85: hue angle of 307.41º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F3E85 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 62 133 -
CMYK 0 0.57 0.07 0.44
HSL 307.41º 0.4% 0.4% -
HSV(B) 307.41º 0.57% 0.56% -
XYZ 17.28 10.98 23.4 -
YUV 94.31 149.84 162.73 -
System Red Green Blue C M Y K H S L
Decimal 143 62 133 0 0.57 0.07 0.44 307.41 0.4 0.4
Hex 8F 3E 85 0 39 7 2C 133 28 28
Octal 217 76 205 0 71 7 54 463 50 50
Binary 10001111 111110 10000101 0 111001 111 101100 100110011 101000 101000

Color Harmonies of #8F3E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3E85

Black with #8F3E85

Text Example


Text Example

White with #8F3E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,62,133); }

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

background-color css

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

 a { background-color: rgb(143,62,133); }

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

border-color css

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

 span { border-color: rgb(143,62,133); }

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