Html Css Color HEX #8F2AAA Vivid Violet

📋 copy color: '#8F2AAA'

red 143 ◦ green 42 ◦ blue 170

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

Shades of Vivid Violet #8F2AAA

Tints of Vivid Violet #8F2AAA

RGB

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

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

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

R = 40.28%
G = 11.83%
B = 47.89%

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

#8F2AAA (or 0x8F2AAA) is known color: Vivid Violet. HEX triplet: 8F, 2A and AA. RGB value is (143,42,170). Sum of RGB (Red+Green+Blue) = 143+42+170=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 42 (16.80% from 255 or 11.83% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F2AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2AAA is #70D555. Grayscale: #565656. Windows color (decimal): -7394646 or 11152015. OLE color: 11152015.

HSL color Cylindrical-coordinate representation of color #8F2AAA: hue angle of 287.34º degrees, saturation: 0.6, 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 #8F2AAA is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 42 170 -
CMYK 0.16 0.75 0 0.33
HSL 287.34º 0.6% 0.42% -
HSV(B) 287.34º 0.75% 0.67% -
XYZ 19.41 10.4 39.01 -
YUV 86.79 174.96 168.09 -
System Red Green Blue C M Y K H S L
Decimal 143 42 170 0.16 0.75 0 0.33 287.34 0.6 0.42
Hex 8F 2A AA 10 4B 0 21 11F 3C 2A
Octal 217 52 252 20 113 0 41 437 74 52
Binary 10001111 101010 10101010 10000 1001011 0 100001 100011111 111100 101010

Color Harmonies of #8F2AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2AAA

Black with #8F2AAA

Text Example


Text Example

White with #8F2AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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