Html Css Color HEX #8F2FAC Vivid Violet

📋 copy color: '#8F2FAC'

red 143 ◦ green 47 ◦ blue 172

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

Shades of Vivid Violet #8F2FAC

Tints of Vivid Violet #8F2FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.51%

R = 39.5%
G = 12.98%
B = 47.51%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F2FAC (or 0x8F2FAC) is known color: Vivid Violet. HEX triplet: 8F, 2F and AC. RGB value is (143,47,172). Sum of RGB (Red+Green+Blue) = 143+47+172=362 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.50% from 362); Green value is 47 (18.75% from 255 or 12.98% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F2FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2FAC is #70D053. Grayscale: #595959. Windows color (decimal): -7393364 or 11284367. OLE color: 11284367.

HSL color Cylindrical-coordinate representation of color #8F2FAC: hue angle of 286.08º 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 #8F2FAC is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 47 172 -
CMYK 0.17 0.73 0 0.33
HSL 286.08º 0.57% 0.43% -
HSV(B) 286.08º 0.73% 0.67% -
XYZ 19.79 10.85 40.08 -
YUV 89.95 174.3 165.84 -
System Red Green Blue C M Y K H S L
Decimal 143 47 172 0.17 0.73 0 0.33 286.08 0.57 0.43
Hex 8F 2F AC 11 49 0 21 11E 39 2B
Octal 217 57 254 21 111 0 41 436 71 53
Binary 10001111 101111 10101100 10001 1001001 0 100001 100011110 111001 101011

Color Harmonies of #8F2FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2FAC

Black with #8F2FAC

Text Example


Text Example

White with #8F2FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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