Html Css Color HEX #8C37EB Blue Violet

📋 copy color: '#8C37EB'

red 140 ◦ green 55 ◦ blue 235

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

Shades of Blue Violet #8C37EB

Tints of Blue Violet #8C37EB

RGB

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

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

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

R = 32.56%
G = 12.79%
B = 54.65%

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

#8C37EB (or 0x8C37EB) is known color: Blue Violet. HEX triplet: 8C, 37 and EB. RGB value is (140,55,235). Sum of RGB (Red+Green+Blue) = 140+55+235=430 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.56% from 430); Green value is 55 (21.88% from 255 or 12.79% 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 #8C37EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C37EB is #73C814. Grayscale: #646464. Windows color (decimal): -7587861 or 15415180. OLE color: 15415180.

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

Color convert

RGB 140 55 235 -
CMYK 0.40 0.77 0 0.08
HSL 268.33º 0.82% 0.57% -
HSV(B) 268.33º 0.77% 0.92% -
XYZ 27.18 14.31 79.93 -
YUV 100.94 203.66 155.86 -
System Red Green Blue C M Y K H S L
Decimal 140 55 235 0.40 0.77 0 0.08 268.33 0.82 0.57
Hex 8C 37 EB 28 4D 0 8 10C 52 39
Octal 214 67 353 50 115 0 10 414 122 71
Binary 10001100 110111 11101011 101000 1001101 0 1000 100001100 1010010 111001

Color Harmonies of #8C37EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C37EB

Black with #8C37EB

Text Example


Text Example

White with #8C37EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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