Html Css Color HEX #8F2AAB Vivid Violet

📋 copy color: '#8F2AAB'

red 143 ◦ green 42 ◦ blue 171

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

Shades of Vivid Violet #8F2AAB

Tints of Vivid Violet #8F2AAB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.8%

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

R = 40.17%
G = 11.8%
B = 48.03%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F2AAB (or 0x8F2AAB) is known color: Vivid Violet. HEX triplet: 8F, 2A and AB. RGB value is (143,42,171). Sum of RGB (Red+Green+Blue) = 143+42+171=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 42 (16.80% from 255 or 11.80% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F2AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2AAB is #70D554. Grayscale: #565656. Windows color (decimal): -7394645 or 11217551. OLE color: 11217551.

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

Color convert

RGB 143 42 171 -
CMYK 0.16 0.75 0 0.33
HSL 286.98º 0.61% 0.42% -
HSV(B) 286.98º 0.75% 0.67% -
XYZ 19.51 10.44 39.51 -
YUV 86.91 175.46 168.01 -
System Red Green Blue C M Y K H S L
Decimal 143 42 171 0.16 0.75 0 0.33 286.98 0.61 0.42
Hex 8F 2A AB 10 4B 0 21 11F 3D 2A
Octal 217 52 253 20 113 0 41 437 75 52
Binary 10001111 101010 10101011 10000 1001011 0 100001 100011111 111101 101010

Color Harmonies of #8F2AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2AAB

Black with #8F2AAB

Text Example


Text Example

White with #8F2AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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