Html Css Color HEX #8F1FE6 Blue Violet

📋 copy color: '#8F1FE6'

red 143 ◦ green 31 ◦ blue 230

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

Shades of Blue Violet #8F1FE6

Tints of Blue Violet #8F1FE6

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.67%

 BLUE value IS 230 (90.23% from 255) = 56.93%

R = 35.4%
G = 7.67%
B = 56.93%

CMYK

 C value IS 0.38

 M value IS 0.87

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8F1FE6 (or 0x8F1FE6) is known color: Blue Violet. HEX triplet: 8F, 1F and E6. RGB value is (143,31,230). Sum of RGB (Red+Green+Blue) = 143+31+230=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 31 (12.5% from 255 or 7.67% from 404); Blue value is 230 (90.23% from 255 or 56.93% from 404); Max value from RGB is 230 - color contains mainly: blue. Hex color #8F1FE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F1FE6 is #70E019. Grayscale: #565656. Windows color (decimal): -7397402 or 15081359. OLE color: 15081359.

HSL color Cylindrical-coordinate representation of color #8F1FE6: hue angle of 273.77º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F1FE6 is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 143 31 230 -
CMYK 0.38 0.87 0 0.10
HSL 273.77º 0.8% 0.51% -
HSV(B) 273.77º 0.87% 0.9% -
XYZ 26.1 12.53 75.91 -
YUV 87.17 208.61 167.82 -
System Red Green Blue C M Y K H S L
Decimal 143 31 230 0.38 0.87 0 0.10 273.77 0.8 0.51
Hex 8F 1F E6 26 57 0 A 112 50 33
Octal 217 37 346 46 127 0 12 422 120 63
Binary 10001111 11111 11100110 100110 1010111 0 1010 100010010 1010000 110011

Color Harmonies of #8F1FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1FE6

Black with #8F1FE6

Text Example


Text Example

White with #8F1FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,31,230); }

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

background-color css

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

 a { background-color: rgb(143,31,230); }

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

border-color css

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

 span { border-color: rgb(143,31,230); }

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