Html Css Color HEX #8D46EB Blue Violet

📋 copy color: '#8D46EB'

red 141 ◦ green 70 ◦ blue 235

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

Shades of Blue Violet #8D46EB

Tints of Blue Violet #8D46EB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.7%

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

R = 31.61%
G = 15.7%
B = 52.69%

CMYK

 C value IS 0.4

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8D46EB (or 0x8D46EB) is known color: Blue Violet. HEX triplet: 8D, 46 and EB. RGB value is (141,70,235). Sum of RGB (Red+Green+Blue) = 141+70+235=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D46EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D46EB is #72B914. Grayscale: #6D6D6D. Windows color (decimal): -7518485 or 15419021. OLE color: 15419021.

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

Color convert

RGB 141 70 235 -
CMYK 0.4 0.70 0 0.08
HSL 265.82º 0.8% 0.6% -
HSV(B) 265.82º 0.7% 0.92% -
XYZ 28.17 16.04 80.21 -
YUV 110.04 198.52 150.08 -
System Red Green Blue C M Y K H S L
Decimal 141 70 235 0.4 0.70 0 0.08 265.82 0.8 0.6
Hex 8D 46 EB 28 46 0 8 10A 50 3C
Octal 215 106 353 50 106 0 10 412 120 74
Binary 10001101 1000110 11101011 101000 1000110 0 1000 100001010 1010000 111100

Color Harmonies of #8D46EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D46EB

Black with #8D46EB

Text Example


Text Example

White with #8D46EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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