Html Css Color HEX #8D13F1 Blue Violet

📋 copy color: '#8D13F1'

red 141 ◦ green 19 ◦ blue 241

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

Shades of Blue Violet #8D13F1

Tints of Blue Violet #8D13F1

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.74%

 BLUE value IS 241 (94.53% from 255) = 60.1%

R = 35.16%
G = 4.74%
B = 60.1%

CMYK

 C value IS 0.41

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8D13F1 (or 0x8D13F1) is known color: Blue Violet. HEX triplet: 8D, 13 and F1. RGB value is (141,19,241). Sum of RGB (Red+Green+Blue) = 141+19+241=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 19 (7.81% from 255 or 4.74% from 401); Blue value is 241 (94.53% from 255 or 60.10% from 401); Max value from RGB is 241 - color contains mainly: blue. Hex color #8D13F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D13F1 is #72EC0E. Grayscale: #505050. Windows color (decimal): -7531535 or 15799181. OLE color: 15799181.

HSL color Cylindrical-coordinate representation of color #8D13F1: hue angle of 272.97º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8D13F1 is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 141 19 241 -
CMYK 0.41 0.92 0 0.05
HSL 272.97º 0.89% 0.51% -
HSV(B) 272.97º 0.92% 0.95% -
XYZ 27.09 12.48 84.2 -
YUV 80.79 218.42 170.95 -
System Red Green Blue C M Y K H S L
Decimal 141 19 241 0.41 0.92 0 0.05 272.97 0.89 0.51
Hex 8D 13 F1 29 5C 0 5 111 59 33
Octal 215 23 361 51 134 0 5 421 131 63
Binary 10001101 10011 11110001 101001 1011100 0 101 100010001 1011001 110011

Color Harmonies of #8D13F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D13F1

Black with #8D13F1

Text Example


Text Example

White with #8D13F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,19,241); }

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

background-color css

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

 a { background-color: rgb(141,19,241); }

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

border-color css

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

 span { border-color: rgb(141,19,241); }

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