Html Css Color HEX #8D31FD Blue Violet

📋 copy color: '#8D31FD'

red 141 ◦ green 49 ◦ blue 253

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

Shades of Blue Violet #8D31FD

Tints of Blue Violet #8D31FD

RGB

 RED value IS 141 (55.47% from 255) = 31.83%

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

 BLUE value IS 253 (99.22% from 255) = 57.11%

R = 31.83%
G = 11.06%
B = 57.11%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8D31FD (or 0x8D31FD) is known color: Blue Violet. HEX triplet: 8D, 31 and FD. RGB value is (141,49,253). Sum of RGB (Red+Green+Blue) = 141+49+253=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 49 (19.53% from 255 or 11.06% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D31FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D31FD is #72CE02. Grayscale: #636363. Windows color (decimal): -7523843 or 16593293. OLE color: 16593293.

HSL color Cylindrical-coordinate representation of color #8D31FD: hue angle of 267.06º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D31FD is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 141 49 253 -
CMYK 0.44 0.81 0 0.01
HSL 267.06º 0.98% 0.59% -
HSV(B) 267.06º 0.81% 0.99% -
XYZ 29.81 14.95 94.24 -
YUV 99.76 214.48 157.41 -
System Red Green Blue C M Y K H S L
Decimal 141 49 253 0.44 0.81 0 0.01 267.06 0.98 0.59
Hex 8D 31 FD 2C 51 0 1 10B 62 3B
Octal 215 61 375 54 121 0 1 413 142 73
Binary 10001101 110001 11111101 101100 1010001 0 1 100001011 1100010 111011

Color Harmonies of #8D31FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D31FD

Black with #8D31FD

Text Example


Text Example

White with #8D31FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,49,253); }

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

background-color css

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

 a { background-color: rgb(141,49,253); }

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

border-color css

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

 span { border-color: rgb(141,49,253); }

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