Html Css Color HEX #8D37EC Blue Violet

📋 copy color: '#8D37EC'

red 141 ◦ green 55 ◦ blue 236

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

Shades of Blue Violet #8D37EC

Tints of Blue Violet #8D37EC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.73%

 BLUE value IS 236 (92.58% from 255) = 54.63%

R = 32.64%
G = 12.73%
B = 54.63%

CMYK

 C value IS 0.40

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8D37EC (or 0x8D37EC) is known color: Blue Violet. HEX triplet: 8D, 37 and EC. RGB value is (141,55,236). Sum of RGB (Red+Green+Blue) = 141+55+236=432 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.64% from 432); Green value is 55 (21.88% from 255 or 12.73% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D37EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D37EC is #72C813. Grayscale: #646464. Windows color (decimal): -7522324 or 15480717. OLE color: 15480717.

HSL color Cylindrical-coordinate representation of color #8D37EC: hue angle of 268.51º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D37EC is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 55 236 -
CMYK 0.40 0.77 0 0.07
HSL 268.51º 0.83% 0.57% -
HSV(B) 268.51º 0.77% 0.93% -
XYZ 27.49 14.45 80.7 -
YUV 101.35 203.99 156.28 -
System Red Green Blue C M Y K H S L
Decimal 141 55 236 0.40 0.77 0 0.07 268.51 0.83 0.57
Hex 8D 37 EC 28 4D 0 7 10D 53 39
Octal 215 67 354 50 115 0 7 415 123 71
Binary 10001101 110111 11101100 101000 1001101 0 111 100001101 1010011 111001

Color Harmonies of #8D37EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D37EC

Black with #8D37EC

Text Example


Text Example

White with #8D37EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,55,236); }

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

background-color css

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

 a { background-color: rgb(141,55,236); }

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

border-color css

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

 span { border-color: rgb(141,55,236); }

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