Html Css Color HEX #8F1FAA Vivid Violet

📋 copy color: '#8F1FAA'

red 143 ◦ green 31 ◦ blue 170

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

Shades of Vivid Violet #8F1FAA

Tints of Vivid Violet #8F1FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.01%

 BLUE value IS 170 (66.8% from 255) = 49.42%

R = 41.57%
G = 9.01%
B = 49.42%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F1FAA (or 0x8F1FAA) is known color: Vivid Violet. HEX triplet: 8F, 1F and AA. RGB value is (143,31,170). Sum of RGB (Red+Green+Blue) = 143+31+170=344 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.57% from 344); Green value is 31 (12.5% from 255 or 9.01% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F1FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F1FAA is #70E055. Grayscale: #4F4F4F. Windows color (decimal): -7397462 or 11149199. OLE color: 11149199.

HSL color Cylindrical-coordinate representation of color #8F1FAA: hue angle of 288.35º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F1FAA is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 31 170 -
CMYK 0.16 0.82 0 0.33
HSL 288.35º 0.69% 0.39% -
HSV(B) 288.35º 0.82% 0.67% -
XYZ 19.07 9.72 38.9 -
YUV 80.33 178.61 172.7 -
System Red Green Blue C M Y K H S L
Decimal 143 31 170 0.16 0.82 0 0.33 288.35 0.69 0.39
Hex 8F 1F AA 10 52 0 21 120 45 27
Octal 217 37 252 20 122 0 41 440 105 47
Binary 10001111 11111 10101010 10000 1010010 0 100001 100100000 1000101 100111

Color Harmonies of #8F1FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1FAA

Black with #8F1FAA

Text Example


Text Example

White with #8F1FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,31,170); }

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

background-color css

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

 a { background-color: rgb(143,31,170); }

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

border-color css

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

 span { border-color: rgb(143,31,170); }

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