Html Css Color HEX #8F31FA Blue Violet

📋 copy color: '#8F31FA'

red 143 ◦ green 49 ◦ blue 250

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

Shades of Blue Violet #8F31FA

Tints of Blue Violet #8F31FA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.09%

 BLUE value IS 250 (98.05% from 255) = 56.56%

R = 32.35%
G = 11.09%
B = 56.56%

CMYK

 C value IS 0.43

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8F31FA (or 0x8F31FA) is known color: Blue Violet. HEX triplet: 8F, 31 and FA. RGB value is (143,49,250). Sum of RGB (Red+Green+Blue) = 143+49+250=442 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.35% from 442); Green value is 49 (19.53% from 255 or 11.09% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F31FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F31FA is #70CE05. Grayscale: #636363. Windows color (decimal): -7392774 or 16396687. OLE color: 16396687.

HSL color Cylindrical-coordinate representation of color #8F31FA: hue angle of 268.06º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F31FA is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 143 49 250 -
CMYK 0.43 0.80 0 0.02
HSL 268.06º 0.95% 0.59% -
HSV(B) 268.06º 0.8% 0.98% -
XYZ 29.68 14.94 91.76 -
YUV 100.02 212.64 158.66 -
System Red Green Blue C M Y K H S L
Decimal 143 49 250 0.43 0.80 0 0.02 268.06 0.95 0.59
Hex 8F 31 FA 2B 50 0 2 10C 5F 3B
Octal 217 61 372 53 120 0 2 414 137 73
Binary 10001111 110001 11111010 101011 1010000 0 10 100001100 1011111 111011

Color Harmonies of #8F31FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F31FA

Black with #8F31FA

Text Example


Text Example

White with #8F31FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,49,250); }

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

background-color css

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

 a { background-color: rgb(143,49,250); }

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

border-color css

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

 span { border-color: rgb(143,49,250); }

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