Html Css Color HEX #8F37FF Blue Violet

📋 copy color: '#8F37FF'

red 143 ◦ green 55 ◦ blue 255

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

Shades of Blue Violet #8F37FF

Tints of Blue Violet #8F37FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.29%

R = 31.57%
G = 12.14%
B = 56.29%

CMYK

 C value IS 0.44

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8F37FF (or 0x8F37FF) is known color: Blue Violet. HEX triplet: 8F, 37 and FF. RGB value is (143,55,255). Sum of RGB (Red+Green+Blue) = 143+55+255=453 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.57% from 453); Green value is 55 (21.88% from 255 or 12.14% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F37FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F37FF is #70C800. Grayscale: #676767. Windows color (decimal): -7391233 or 16725903. OLE color: 16725903.

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

Color convert

RGB 143 55 255 -
CMYK 0.44 0.78 0 0
HSL 266.4º 1% 0.61% -
HSV(B) 266.4º 0.78% 1% -
XYZ 30.74 15.79 96.04 -
YUV 104.11 213.15 155.74 -
System Red Green Blue C M Y K H S L
Decimal 143 55 255 0.44 0.78 0 0 266.4 1 0.61
Hex 8F 37 FF 2C 4E 0 0 10A 64 3D
Octal 217 67 377 54 116 0 0 412 144 75
Binary 10001111 110111 11111111 101100 1001110 0 0 100001010 1100100 111101

Color Harmonies of #8F37FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F37FF

Black with #8F37FF

Text Example


Text Example

White with #8F37FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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