Html Css Color HEX #8D1FEF Blue Violet

📋 copy color: '#8D1FEF'

red 141 ◦ green 31 ◦ blue 239

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

Shades of Blue Violet #8D1FEF

Tints of Blue Violet #8D1FEF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.54%

 BLUE value IS 239 (93.75% from 255) = 58.15%

R = 34.31%
G = 7.54%
B = 58.15%

CMYK

 C value IS 0.41

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8D1FEF (or 0x8D1FEF) is known color: Blue Violet. HEX triplet: 8D, 1F and EF. RGB value is (141,31,239). Sum of RGB (Red+Green+Blue) = 141+31+239=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 31 (12.5% from 255 or 7.54% from 411); Blue value is 239 (93.75% from 255 or 58.15% from 411); Max value from RGB is 239 - color contains mainly: blue. Hex color #8D1FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D1FEF is #72E010. Grayscale: #565656. Windows color (decimal): -7528465 or 15671181. OLE color: 15671181.

HSL color Cylindrical-coordinate representation of color #8D1FEF: hue angle of 271.73º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D1FEF is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 141 31 239 -
CMYK 0.41 0.87 0 0.06
HSL 271.73º 0.87% 0.53% -
HSV(B) 271.73º 0.87% 0.94% -
XYZ 27.05 12.87 82.72 -
YUV 87.6 213.44 166.09 -
System Red Green Blue C M Y K H S L
Decimal 141 31 239 0.41 0.87 0 0.06 271.73 0.87 0.53
Hex 8D 1F EF 29 57 0 6 110 57 35
Octal 215 37 357 51 127 0 6 420 127 65
Binary 10001101 11111 11101111 101001 1010111 0 110 100010000 1010111 110101

Color Harmonies of #8D1FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1FEF

Black with #8D1FEF

Text Example


Text Example

White with #8D1FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,31,239); }

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

background-color css

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

 a { background-color: rgb(141,31,239); }

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

border-color css

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

 span { border-color: rgb(141,31,239); }

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