Html Css Color HEX #8D37EB Blue Violet

📋 copy color: '#8D37EB'

red 141 ◦ green 55 ◦ blue 235

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

Shades of Blue Violet #8D37EB

Tints of Blue Violet #8D37EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.52%

R = 32.71%
G = 12.76%
B = 54.52%

CMYK

 C value IS 0.4

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8D37EB (or 0x8D37EB) is known color: Blue Violet. HEX triplet: 8D, 37 and EB. RGB value is (141,55,235). Sum of RGB (Red+Green+Blue) = 141+55+235=431 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.71% from 431); Green value is 55 (21.88% from 255 or 12.76% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D37EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D37EB is #72C814. Grayscale: #646464. Windows color (decimal): -7522325 or 15415181. OLE color: 15415181.

HSL color Cylindrical-coordinate representation of color #8D37EB: hue angle of 268.67º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D37EB is Cyan = 0.4, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 55 235 -
CMYK 0.4 0.77 0 0.08
HSL 268.67º 0.82% 0.57% -
HSV(B) 268.67º 0.77% 0.92% -
XYZ 27.35 14.39 79.93 -
YUV 101.23 203.49 156.36 -
System Red Green Blue C M Y K H S L
Decimal 141 55 235 0.4 0.77 0 0.08 268.67 0.82 0.57
Hex 8D 37 EB 28 4D 0 8 10D 52 39
Octal 215 67 353 50 115 0 10 415 122 71
Binary 10001101 110111 11101011 101000 1001101 0 1000 100001101 1010010 111001

Color Harmonies of #8D37EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D37EB

Black with #8D37EB

Text Example


Text Example

White with #8D37EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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