Html Css Color HEX #8F3AAA Vivid Violet

📋 copy color: '#8F3AAA'

red 143 ◦ green 58 ◦ blue 170

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

Shades of Vivid Violet #8F3AAA

Tints of Vivid Violet #8F3AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.63%

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

R = 38.54%
G = 15.63%
B = 45.82%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F3AAA (or 0x8F3AAA) is known color: Vivid Violet. HEX triplet: 8F, 3A and AA. RGB value is (143,58,170). Sum of RGB (Red+Green+Blue) = 143+58+170=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F3AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3AAA is #70C555. Grayscale: #5F5F5F. Windows color (decimal): -7390550 or 11156111. OLE color: 11156111.

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

Color convert

RGB 143 58 170 -
CMYK 0.16 0.66 0 0.33
HSL 285.54º 0.49% 0.45% -
HSV(B) 285.54º 0.66% 0.67% -
XYZ 20.1 11.77 39.24 -
YUV 96.18 169.66 161.39 -
System Red Green Blue C M Y K H S L
Decimal 143 58 170 0.16 0.66 0 0.33 285.54 0.49 0.45
Hex 8F 3A AA 10 42 0 21 11E 31 2D
Octal 217 72 252 20 102 0 41 436 61 55
Binary 10001111 111010 10101010 10000 1000010 0 100001 100011110 110001 101101

Color Harmonies of #8F3AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3AAA

Black with #8F3AAA

Text Example


Text Example

White with #8F3AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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