Html Css Color HEX #8D1FFD Blue Violet

📋 copy color: '#8D1FFD'

red 141 ◦ green 31 ◦ blue 253

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

Shades of Blue Violet #8D1FFD

Tints of Blue Violet #8D1FFD

RGB

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

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

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

R = 33.18%
G = 7.29%
B = 59.53%

CMYK

 C value IS 0.44

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8D1FFD (or 0x8D1FFD) is known color: Blue Violet. HEX triplet: 8D, 1F and FD. RGB value is (141,31,253). Sum of RGB (Red+Green+Blue) = 141+31+253=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 31 (12.5% from 255 or 7.29% from 425); Blue value is 253 (99.22% from 255 or 59.53% from 425); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D1FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D1FFD is #72E002. Grayscale: #585858. Windows color (decimal): -7528451 or 16588685. OLE color: 16588685.

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

Color convert

RGB 141 31 253 -
CMYK 0.44 0.88 0 0.01
HSL 269.73º 0.98% 0.56% -
HSV(B) 269.73º 0.88% 0.99% -
XYZ 29.2 13.73 94.04 -
YUV 89.2 220.44 164.95 -
System Red Green Blue C M Y K H S L
Decimal 141 31 253 0.44 0.88 0 0.01 269.73 0.98 0.56
Hex 8D 1F FD 2C 58 0 1 10E 62 38
Octal 215 37 375 54 130 0 1 416 142 70
Binary 10001101 11111 11111101 101100 1011000 0 1 100001110 1100010 111000

Color Harmonies of #8D1FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1FFD

Black with #8D1FFD

Text Example


Text Example

White with #8D1FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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