Html Css Color HEX #8D1DFF Blue Violet

📋 copy color: '#8D1DFF'

red 141 ◦ green 29 ◦ blue 255

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

Shades of Blue Violet #8D1DFF

Tints of Blue Violet #8D1DFF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.82%

 BLUE value IS 255 (100% from 255) = 60%

R = 33.18%
G = 6.82%
B = 60%

CMYK

 C value IS 0.45

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8D1DFF (or 0x8D1DFF) is known color: Blue Violet. HEX triplet: 8D, 1D and FF. RGB value is (141,29,255). Sum of RGB (Red+Green+Blue) = 141+29+255=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 29 (11.72% from 255 or 6.82% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D1DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D1DFF is #72E200. Grayscale: #575757. Windows color (decimal): -7528961 or 16719245. OLE color: 16719245.

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

Color convert

RGB 141 29 255 -
CMYK 0.45 0.89 0 0
HSL 269.73º 1% 0.56% -
HSV(B) 269.73º 0.89% 1% -
XYZ 29.47 13.76 95.71 -
YUV 88.25 222.11 165.62 -
System Red Green Blue C M Y K H S L
Decimal 141 29 255 0.45 0.89 0 0 269.73 1 0.56
Hex 8D 1D FF 2D 59 0 0 10E 64 38
Octal 215 35 377 55 131 0 0 416 144 70
Binary 10001101 11101 11111111 101101 1011001 0 0 100001110 1100100 111000

Color Harmonies of #8D1DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1DFF

Black with #8D1DFF

Text Example


Text Example

White with #8D1DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,29,255); }

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

background-color css

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

 a { background-color: rgb(141,29,255); }

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

border-color css

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

 span { border-color: rgb(141,29,255); }

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