Html Css Color HEX #8F3AAB Vivid Violet

📋 copy color: '#8F3AAB'

red 143 ◦ green 58 ◦ blue 171

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

Shades of Vivid Violet #8F3AAB

Tints of Vivid Violet #8F3AAB

RGB

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

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

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

R = 38.44%
G = 15.59%
B = 45.97%

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

#8F3AAB (or 0x8F3AAB) is known color: Vivid Violet. HEX triplet: 8F, 3A and AB. RGB value is (143,58,171). Sum of RGB (Red+Green+Blue) = 143+58+171=372 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.44% from 372); Green value is 58 (23.05% from 255 or 15.59% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F3AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3AAB is #70C554. Grayscale: #5F5F5F. Windows color (decimal): -7390549 or 11221647. OLE color: 11221647.

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

Color convert

RGB 143 58 171 -
CMYK 0.16 0.66 0 0.33
HSL 285.13º 0.49% 0.45% -
HSV(B) 285.13º 0.66% 0.67% -
XYZ 20.19 11.81 39.74 -
YUV 96.3 170.16 161.31 -
System Red Green Blue C M Y K H S L
Decimal 143 58 171 0.16 0.66 0 0.33 285.13 0.49 0.45
Hex 8F 3A AB 10 42 0 21 11D 31 2D
Octal 217 72 253 20 102 0 41 435 61 55
Binary 10001111 111010 10101011 10000 1000010 0 100001 100011101 110001 101101

Color Harmonies of #8F3AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3AAB

Black with #8F3AAB

Text Example


Text Example

White with #8F3AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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