Html Css Color HEX #8C31FA Blue Violet

📋 copy color: '#8C31FA'

red 140 ◦ green 49 ◦ blue 250

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

Shades of Blue Violet #8C31FA

Tints of Blue Violet #8C31FA

RGB

 RED value IS 140 (55.08% from 255) = 31.89%

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

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

R = 31.89%
G = 11.16%
B = 56.95%

CMYK

 C value IS 0.44

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8C31FA (or 0x8C31FA) is known color: Blue Violet. HEX triplet: 8C, 31 and FA. RGB value is (140,49,250). Sum of RGB (Red+Green+Blue) = 140+49+250=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 250 (98.05% from 255 or 56.95% from 439); Max value from RGB is 250 - color contains mainly: blue. Hex color #8C31FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C31FA is #73CE05. Grayscale: #626262. Windows color (decimal): -7589382 or 16396684. OLE color: 16396684.

HSL color Cylindrical-coordinate representation of color #8C31FA: hue angle of 267.16º 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 #8C31FA is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 140 49 250 -
CMYK 0.44 0.80 0 0.02
HSL 267.16º 0.95% 0.59% -
HSV(B) 267.16º 0.8% 0.98% -
XYZ 29.17 14.67 91.74 -
YUV 99.12 213.15 157.16 -
System Red Green Blue C M Y K H S L
Decimal 140 49 250 0.44 0.80 0 0.02 267.16 0.95 0.59
Hex 8C 31 FA 2C 50 0 2 10B 5F 3B
Octal 214 61 372 54 120 0 2 413 137 73
Binary 10001100 110001 11111010 101100 1010000 0 10 100001011 1011111 111011

Color Harmonies of #8C31FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C31FA

Black with #8C31FA

Text Example


Text Example

White with #8C31FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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