Html Css Color HEX #8F2FAB Vivid Violet

📋 copy color: '#8F2FAB'

red 143 ◦ green 47 ◦ blue 171

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

Shades of Vivid Violet #8F2FAB

Tints of Vivid Violet #8F2FAB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.02%

 BLUE value IS 171 (67.19% from 255) = 47.37%

R = 39.61%
G = 13.02%
B = 47.37%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F2FAB (or 0x8F2FAB) is known color: Vivid Violet. HEX triplet: 8F, 2F and AB. RGB value is (143,47,171). Sum of RGB (Red+Green+Blue) = 143+47+171=361 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.61% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F2FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2FAB is #70D054. Grayscale: #595959. Windows color (decimal): -7393365 or 11218831. OLE color: 11218831.

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

Color convert

RGB 143 47 171 -
CMYK 0.16 0.73 0 0.33
HSL 286.45º 0.57% 0.43% -
HSV(B) 286.45º 0.73% 0.67% -
XYZ 19.69 10.81 39.58 -
YUV 89.84 173.8 165.92 -
System Red Green Blue C M Y K H S L
Decimal 143 47 171 0.16 0.73 0 0.33 286.45 0.57 0.43
Hex 8F 2F AB 10 49 0 21 11E 39 2B
Octal 217 57 253 20 111 0 41 436 71 53
Binary 10001111 101111 10101011 10000 1001001 0 100001 100011110 111001 101011

Color Harmonies of #8F2FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2FAB

Black with #8F2FAB

Text Example


Text Example

White with #8F2FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,47,171); }

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

background-color css

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

 a { background-color: rgb(143,47,171); }

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

border-color css

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

 span { border-color: rgb(143,47,171); }

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