Html Css Color HEX #8F0DF1 Blue Violet

📋 copy color: '#8F0DF1'

red 143 ◦ green 13 ◦ blue 241

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

Shades of Blue Violet #8F0DF1

Tints of Blue Violet #8F0DF1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.27%

 BLUE value IS 241 (94.53% from 255) = 60.71%

R = 36.02%
G = 3.27%
B = 60.71%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8F0DF1 (or 0x8F0DF1) is known color: Blue Violet. HEX triplet: 8F, 0D and F1. RGB value is (143,13,241). Sum of RGB (Red+Green+Blue) = 143+13+241=397 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.02% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 241 (94.53% from 255 or 60.71% from 397); Max value from RGB is 241 - color contains mainly: blue. Hex color #8F0DF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0DF1 is #70F20E. Grayscale: #4D4D4D. Windows color (decimal): -7401999 or 15797647. OLE color: 15797647.

HSL color Cylindrical-coordinate representation of color #8F0DF1: hue angle of 274.21º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F0DF1 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 143 13 241 -
CMYK 0.41 0.95 0 0.05
HSL 274.21º 0.9% 0.5% -
HSV(B) 274.21º 0.95% 0.95% -
XYZ 27.35 12.48 84.19 -
YUV 77.86 220.07 174.46 -
System Red Green Blue C M Y K H S L
Decimal 143 13 241 0.41 0.95 0 0.05 274.21 0.9 0.5
Hex 8F D F1 29 5F 0 5 112 5A 32
Octal 217 15 361 51 137 0 5 422 132 62
Binary 10001111 1101 11110001 101001 1011111 0 101 100010010 1011010 110010

Color Harmonies of #8F0DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0DF1

Black with #8F0DF1

Text Example


Text Example

White with #8F0DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,13,241); }

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

background-color css

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

 a { background-color: rgb(143,13,241); }

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

border-color css

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

 span { border-color: rgb(143,13,241); }

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