Html Css Color HEX #8D39E1 Blue Violet

📋 copy color: '#8D39E1'

red 141 ◦ green 57 ◦ blue 225

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

Shades of Blue Violet #8D39E1

Tints of Blue Violet #8D39E1

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.48%

 BLUE value IS 225 (88.28% from 255) = 53.19%

R = 33.33%
G = 13.48%
B = 53.19%

CMYK

 C value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8D39E1 (or 0x8D39E1) is known color: Blue Violet. HEX triplet: 8D, 39 and E1. RGB value is (141,57,225). Sum of RGB (Red+Green+Blue) = 141+57+225=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 57 (22.66% from 255 or 13.48% from 423); Blue value is 225 (88.28% from 255 or 53.19% from 423); Max value from RGB is 225 - color contains mainly: blue. Hex color #8D39E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D39E1 is #72C61E. Grayscale: #646464. Windows color (decimal): -7521823 or 14760333. OLE color: 14760333.

HSL color Cylindrical-coordinate representation of color #8D39E1: hue angle of 270º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D39E1 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 141 57 225 -
CMYK 0.37 0.75 0 0.12
HSL 270º 0.74% 0.55% -
HSV(B) 270º 0.75% 0.88% -
XYZ 26.04 14.03 72.57 -
YUV 101.27 197.83 156.34 -
System Red Green Blue C M Y K H S L
Decimal 141 57 225 0.37 0.75 0 0.12 270 0.74 0.55
Hex 8D 39 E1 25 4B 0 C 10E 4A 37
Octal 215 71 341 45 113 0 14 416 112 67
Binary 10001101 111001 11100001 100101 1001011 0 1100 100001110 1001010 110111

Color Harmonies of #8D39E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D39E1

Black with #8D39E1

Text Example


Text Example

White with #8D39E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,57,225); }

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

background-color css

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

 a { background-color: rgb(141,57,225); }

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

border-color css

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

 span { border-color: rgb(141,57,225); }

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