Html Css Color HEX #8C36EB Blue Violet

📋 copy color: '#8C36EB'

red 140 ◦ green 54 ◦ blue 235

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

Shades of Blue Violet #8C36EB

Tints of Blue Violet #8C36EB

RGB

 RED value IS 140 (55.08% from 255) = 32.63%

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

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

R = 32.63%
G = 12.59%
B = 54.78%

CMYK

 C value IS 0.40

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C36EB (or 0x8C36EB) is known color: Blue Violet. HEX triplet: 8C, 36 and EB. RGB value is (140,54,235). Sum of RGB (Red+Green+Blue) = 140+54+235=429 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.63% from 429); Green value is 54 (21.48% from 255 or 12.59% from 429); Blue value is 235 (92.19% from 255 or 54.78% from 429); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C36EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C36EB is #73C914. Grayscale: #636363. Windows color (decimal): -7588117 or 15414924. OLE color: 15414924.

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

Color convert

RGB 140 54 235 -
CMYK 0.40 0.77 0 0.08
HSL 268.51º 0.82% 0.57% -
HSV(B) 268.51º 0.77% 0.92% -
XYZ 27.13 14.21 79.91 -
YUV 100.35 203.99 156.28 -
System Red Green Blue C M Y K H S L
Decimal 140 54 235 0.40 0.77 0 0.08 268.51 0.82 0.57
Hex 8C 36 EB 28 4D 0 8 10D 52 39
Octal 214 66 353 50 115 0 10 415 122 71
Binary 10001100 110110 11101011 101000 1001101 0 1000 100001101 1010010 111001

Color Harmonies of #8C36EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C36EB

Black with #8C36EB

Text Example


Text Example

White with #8C36EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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