Html Css Color HEX #8D36EB Blue Violet

📋 copy color: '#8D36EB'

red 141 ◦ green 54 ◦ blue 235

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

Shades of Blue Violet #8D36EB

Tints of Blue Violet #8D36EB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.56%

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

R = 32.79%
G = 12.56%
B = 54.65%

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

#8D36EB (or 0x8D36EB) is known color: Blue Violet. HEX triplet: 8D, 36 and EB. RGB value is (141,54,235). Sum of RGB (Red+Green+Blue) = 141+54+235=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 54 (21.48% from 255 or 12.56% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D36EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D36EB is #72C914. Grayscale: #646464. Windows color (decimal): -7522581 or 15414925. OLE color: 15414925.

HSL color Cylindrical-coordinate representation of color #8D36EB: hue angle of 268.84º 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 #8D36EB is Cyan = 0.4, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 54 235 -
CMYK 0.4 0.77 0 0.08
HSL 268.84º 0.82% 0.57% -
HSV(B) 268.84º 0.77% 0.92% -
XYZ 27.3 14.3 79.92 -
YUV 100.65 203.82 156.78 -
System Red Green Blue C M Y K H S L
Decimal 141 54 235 0.4 0.77 0 0.08 268.84 0.82 0.57
Hex 8D 36 EB 28 4D 0 8 10D 52 39
Octal 215 66 353 50 115 0 10 415 122 71
Binary 10001101 110110 11101011 101000 1001101 0 1000 100001101 1010010 111001

Color Harmonies of #8D36EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D36EB

Black with #8D36EB

Text Example


Text Example

White with #8D36EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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