Html Css Color HEX #8D3EE7 Blue Violet

📋 copy color: '#8D3EE7'

red 141 ◦ green 62 ◦ blue 231

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

Shades of Blue Violet #8D3EE7

Tints of Blue Violet #8D3EE7

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.29%

 BLUE value IS 231 (90.63% from 255) = 53.23%

R = 32.49%
G = 14.29%
B = 53.23%

CMYK

 C value IS 0.39

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8D3EE7 (or 0x8D3EE7) is known color: Blue Violet. HEX triplet: 8D, 3E and E7. RGB value is (141,62,231). Sum of RGB (Red+Green+Blue) = 141+62+231=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 231 (90.62% from 255 or 53.23% from 434); Max value from RGB is 231 - color contains mainly: blue. Hex color #8D3EE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D3EE7 is #72C118. Grayscale: #686868. Windows color (decimal): -7520537 or 15154829. OLE color: 15154829.

HSL color Cylindrical-coordinate representation of color #8D3EE7: hue angle of 268.05º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D3EE7 is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 141 62 231 -
CMYK 0.39 0.73 0 0.09
HSL 268.05º 0.78% 0.57% -
HSV(B) 268.05º 0.73% 0.91% -
XYZ 27.13 14.88 77.04 -
YUV 104.89 199.17 153.76 -
System Red Green Blue C M Y K H S L
Decimal 141 62 231 0.39 0.73 0 0.09 268.05 0.78 0.57
Hex 8D 3E E7 27 49 0 9 10C 4E 39
Octal 215 76 347 47 111 0 11 414 116 71
Binary 10001101 111110 11100111 100111 1001001 0 1001 100001100 1001110 111001

Color Harmonies of #8D3EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3EE7

Black with #8D3EE7

Text Example


Text Example

White with #8D3EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,62,231); }

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

background-color css

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

 a { background-color: rgb(141,62,231); }

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

border-color css

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

 span { border-color: rgb(141,62,231); }

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