Html Css Color HEX #8F1FED Blue Violet

📋 copy color: '#8F1FED'

red 143 ◦ green 31 ◦ blue 237

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

Shades of Blue Violet #8F1FED

Tints of Blue Violet #8F1FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.66%

R = 34.79%
G = 7.54%
B = 57.66%

CMYK

 C value IS 0.40

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8F1FED (or 0x8F1FED) is known color: Blue Violet. HEX triplet: 8F, 1F and ED. RGB value is (143,31,237). Sum of RGB (Red+Green+Blue) = 143+31+237=411 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.79% from 411); Green value is 31 (12.5% from 255 or 7.54% from 411); Blue value is 237 (92.97% from 255 or 57.66% from 411); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F1FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F1FED is #70E012. Grayscale: #575757. Windows color (decimal): -7397395 or 15540111. OLE color: 15540111.

HSL color Cylindrical-coordinate representation of color #8F1FED: hue angle of 272.62º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F1FED is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 31 237 -
CMYK 0.40 0.87 0 0.07
HSL 272.62º 0.85% 0.53% -
HSV(B) 272.62º 0.87% 0.93% -
XYZ 27.1 12.93 81.19 -
YUV 87.97 212.11 167.25 -
System Red Green Blue C M Y K H S L
Decimal 143 31 237 0.40 0.87 0 0.07 272.62 0.85 0.53
Hex 8F 1F ED 28 57 0 7 111 55 35
Octal 217 37 355 50 127 0 7 421 125 65
Binary 10001111 11111 11101101 101000 1010111 0 111 100010001 1010101 110101

Color Harmonies of #8F1FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1FED

Black with #8F1FED

Text Example


Text Example

White with #8F1FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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