Html Css Color HEX #8F3C85 Vivid Violet

📋 copy color: '#8F3C85'

red 143 ◦ green 60 ◦ blue 133

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

Shades of Vivid Violet #8F3C85

Tints of Vivid Violet #8F3C85

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.86%

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

R = 42.56%
G = 17.86%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#8F3C85 (or 0x8F3C85) is known color: Vivid Violet. HEX triplet: 8F, 3C and 85. RGB value is (143,60,133). Sum of RGB (Red+Green+Blue) = 143+60+133=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3C85 is #70C37A. Grayscale: #5C5C5C. Windows color (decimal): -7390075 or 8731791. OLE color: 8731791.

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

Color convert

RGB 143 60 133 -
CMYK 0 0.58 0.07 0.44
HSL 307.23º 0.41% 0.4% -
HSV(B) 307.23º 0.58% 0.56% -
XYZ 17.18 10.76 23.36 -
YUV 93.14 150.5 163.56 -
System Red Green Blue C M Y K H S L
Decimal 143 60 133 0 0.58 0.07 0.44 307.23 0.41 0.4
Hex 8F 3C 85 0 3A 7 2C 133 29 28
Octal 217 74 205 0 72 7 54 463 51 50
Binary 10001111 111100 10000101 0 111010 111 101100 100110011 101001 101000

Color Harmonies of #8F3C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3C85

Black with #8F3C85

Text Example


Text Example

White with #8F3C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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