Html Css Color HEX #8F3DA1 Vivid Violet

📋 copy color: '#8F3DA1'

red 143 ◦ green 61 ◦ blue 161

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

Shades of Vivid Violet #8F3DA1

Tints of Vivid Violet #8F3DA1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.71%

 BLUE value IS 161 (63.28% from 255) = 44.11%

R = 39.18%
G = 16.71%
B = 44.11%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8F3DA1 (or 0x8F3DA1) is known color: Vivid Violet. HEX triplet: 8F, 3D and A1. RGB value is (143,61,161). Sum of RGB (Red+Green+Blue) = 143+61+161=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 161 (63.28% from 255 or 44.11% from 365); Max value from RGB is 161 - color contains mainly: blue. Hex color #8F3DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3DA1 is #70C25E. Grayscale: #606060. Windows color (decimal): -7389791 or 10567055. OLE color: 10567055.

HSL color Cylindrical-coordinate representation of color #8F3DA1: hue angle of 289.2º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F3DA1 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 143 61 161 -
CMYK 0.11 0.62 0 0.37
HSL 289.2º 0.45% 0.44% -
HSV(B) 289.2º 0.62% 0.63% -
XYZ 19.43 11.75 34.96 -
YUV 96.92 164.17 160.87 -
System Red Green Blue C M Y K H S L
Decimal 143 61 161 0.11 0.62 0 0.37 289.2 0.45 0.44
Hex 8F 3D A1 B 3E 0 25 121 2D 2C
Octal 217 75 241 13 76 0 45 441 55 54
Binary 10001111 111101 10100001 1011 111110 0 100101 100100001 101101 101100

Color Harmonies of #8F3DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3DA1

Black with #8F3DA1

Text Example


Text Example

White with #8F3DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,61,161); }

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

background-color css

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

 a { background-color: rgb(143,61,161); }

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

border-color css

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

 span { border-color: rgb(143,61,161); }

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