Html Css Color HEX #8F1AF8 Blue Violet

📋 copy color: '#8F1AF8'

red 143 ◦ green 26 ◦ blue 248

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

Shades of Blue Violet #8F1AF8

Tints of Blue Violet #8F1AF8

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.24%

 BLUE value IS 248 (97.27% from 255) = 59.47%

R = 34.29%
G = 6.24%
B = 59.47%

CMYK

 C value IS 0.42

 M value IS 0.90

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8F1AF8 (or 0x8F1AF8) is known color: Blue Violet. HEX triplet: 8F, 1A and F8. RGB value is (143,26,248). Sum of RGB (Red+Green+Blue) = 143+26+248=417 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.29% from 417); Green value is 26 (10.55% from 255 or 6.24% from 417); Blue value is 248 (97.27% from 255 or 59.47% from 417); Max value from RGB is 248 - color contains mainly: blue. Hex color #8F1AF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F1AF8 is #70E507. Grayscale: #555555. Windows color (decimal): -7398664 or 16259727. OLE color: 16259727.

HSL color Cylindrical-coordinate representation of color #8F1AF8: hue angle of 271.62º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F1AF8 is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 143 26 248 -
CMYK 0.42 0.90 0 0.03
HSL 271.62º 0.94% 0.54% -
HSV(B) 271.62º 0.9% 0.97% -
XYZ 28.64 13.36 89.88 -
YUV 86.29 219.26 168.45 -
System Red Green Blue C M Y K H S L
Decimal 143 26 248 0.42 0.90 0 0.03 271.62 0.94 0.54
Hex 8F 1A F8 2A 5A 0 3 110 5E 36
Octal 217 32 370 52 132 0 3 420 136 66
Binary 10001111 11010 11111000 101010 1011010 0 11 100010000 1011110 110110

Color Harmonies of #8F1AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1AF8

Black with #8F1AF8

Text Example


Text Example

White with #8F1AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,26,248); }

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

background-color css

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

 a { background-color: rgb(143,26,248); }

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

border-color css

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

 span { border-color: rgb(143,26,248); }

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