Html Css Color HEX #8F1DFB Blue Violet

📋 copy color: '#8F1DFB'

red 143 ◦ green 29 ◦ blue 251

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

Shades of Blue Violet #8F1DFB

Tints of Blue Violet #8F1DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.86%

 BLUE value IS 251 (98.44% from 255) = 59.34%

R = 33.81%
G = 6.86%
B = 59.34%

CMYK

 C value IS 0.43

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8F1DFB (or 0x8F1DFB) is known color: Blue Violet. HEX triplet: 8F, 1D and FB. RGB value is (143,29,251). Sum of RGB (Red+Green+Blue) = 143+29+251=423 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.81% from 423); Green value is 29 (11.72% from 255 or 6.86% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F1DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F1DFB is #70E204. Grayscale: #575757. Windows color (decimal): -7397893 or 16457103. OLE color: 16457103.

HSL color Cylindrical-coordinate representation of color #8F1DFB: hue angle of 270.81º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F1DFB is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 143 29 251 -
CMYK 0.43 0.88 0 0.02
HSL 270.81º 0.97% 0.55% -
HSV(B) 270.81º 0.88% 0.98% -
XYZ 29.18 13.68 92.37 -
YUV 88.39 219.77 166.95 -
System Red Green Blue C M Y K H S L
Decimal 143 29 251 0.43 0.88 0 0.02 270.81 0.97 0.55
Hex 8F 1D FB 2B 58 0 2 10F 61 37
Octal 217 35 373 53 130 0 2 417 141 67
Binary 10001111 11101 11111011 101011 1011000 0 10 100001111 1100001 110111

Color Harmonies of #8F1DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1DFB

Black with #8F1DFB

Text Example


Text Example

White with #8F1DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,29,251); }

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

background-color css

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

 a { background-color: rgb(143,29,251); }

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

border-color css

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

 span { border-color: rgb(143,29,251); }

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