Html Css Color HEX #8F37FE Blue Violet

📋 copy color: '#8F37FE'

red 143 ◦ green 55 ◦ blue 254

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

Shades of Blue Violet #8F37FE

Tints of Blue Violet #8F37FE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.17%

 BLUE value IS 254 (99.61% from 255) = 56.19%

R = 31.64%
G = 12.17%
B = 56.19%

CMYK

 C value IS 0.44

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8F37FE (or 0x8F37FE) is known color: Blue Violet. HEX triplet: 8F, 37 and FE. RGB value is (143,55,254). Sum of RGB (Red+Green+Blue) = 143+55+254=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 55 (21.88% from 255 or 12.17% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F37FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F37FE is #70C801. Grayscale: #676767. Windows color (decimal): -7391234 or 16660367. OLE color: 16660367.

HSL color Cylindrical-coordinate representation of color #8F37FE: hue angle of 266.53º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F37FE is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 143 55 254 -
CMYK 0.44 0.78 0 0.00
HSL 266.53º 0.99% 0.61% -
HSV(B) 266.53º 0.78% 1% -
XYZ 30.58 15.73 95.19 -
YUV 104 212.65 155.82 -
System Red Green Blue C M Y K H S L
Decimal 143 55 254 0.44 0.78 0 0.00 266.53 0.99 0.61
Hex 8F 37 FE 2C 4E 0 0 10B 63 3D
Octal 217 67 376 54 116 0 0 413 143 75
Binary 10001111 110111 11111110 101100 1001110 0 0 100001011 1100011 111101

Color Harmonies of #8F37FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F37FE

Black with #8F37FE

Text Example


Text Example

White with #8F37FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,55,254); }

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

background-color css

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

 a { background-color: rgb(143,55,254); }

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

border-color css

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

 span { border-color: rgb(143,55,254); }

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