Html Css Color HEX #8D1FFC Blue Violet

📋 copy color: '#8D1FFC'

red 141 ◦ green 31 ◦ blue 252

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

Shades of Blue Violet #8D1FFC

Tints of Blue Violet #8D1FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.43%

R = 33.25%
G = 7.31%
B = 59.43%

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

#8D1FFC (or 0x8D1FFC) is known color: Blue Violet. HEX triplet: 8D, 1F and FC. RGB value is (141,31,252). Sum of RGB (Red+Green+Blue) = 141+31+252=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 31 (12.5% from 255 or 7.31% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #8D1FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D1FFC is #72E003. Grayscale: #585858. Windows color (decimal): -7528452 or 16523149. OLE color: 16523149.

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

Color convert

RGB 141 31 252 -
CMYK 0.44 0.88 0 0.01
HSL 269.86º 0.97% 0.55% -
HSV(B) 269.86º 0.88% 0.99% -
XYZ 29.05 13.67 93.2 -
YUV 89.08 219.94 165.03 -
System Red Green Blue C M Y K H S L
Decimal 141 31 252 0.44 0.88 0 0.01 269.86 0.97 0.55
Hex 8D 1F FC 2C 58 0 1 10E 61 37
Octal 215 37 374 54 130 0 1 416 141 67
Binary 10001101 11111 11111100 101100 1011000 0 1 100001110 1100001 110111

Color Harmonies of #8D1FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1FFC

Black with #8D1FFC

Text Example


Text Example

White with #8D1FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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