Html Css Color HEX #8D4EEB Blue Violet

📋 copy color: '#8D4EEB'

red 141 ◦ green 78 ◦ blue 235

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

Shades of Blue Violet #8D4EEB

Tints of Blue Violet #8D4EEB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.18%

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

R = 31.06%
G = 17.18%
B = 51.76%

CMYK

 C value IS 0.4

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8D4EEB (or 0x8D4EEB) is known color: Blue Violet. HEX triplet: 8D, 4E and EB. RGB value is (141,78,235). Sum of RGB (Red+Green+Blue) = 141+78+235=454 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.06% from 454); Green value is 78 (30.86% from 255 or 17.18% from 454); Blue value is 235 (92.19% from 255 or 51.76% from 454); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D4EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D4EEB is #72B114. Grayscale: #727272. Windows color (decimal): -7516437 or 15421069. OLE color: 15421069.

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

Color convert

RGB 141 78 235 -
CMYK 0.4 0.67 0 0.08
HSL 264.08º 0.8% 0.61% -
HSV(B) 264.08º 0.67% 0.92% -
XYZ 28.7 17.11 80.39 -
YUV 114.74 195.87 146.73 -
System Red Green Blue C M Y K H S L
Decimal 141 78 235 0.4 0.67 0 0.08 264.08 0.8 0.61
Hex 8D 4E EB 28 43 0 8 108 50 3D
Octal 215 116 353 50 103 0 10 410 120 75
Binary 10001101 1001110 11101011 101000 1000011 0 1000 100001000 1010000 111101

Color Harmonies of #8D4EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4EEB

Black with #8D4EEB

Text Example


Text Example

White with #8D4EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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