Html Css Color HEX #8C27EB Blue Violet

📋 copy color: '#8C27EB'

red 140 ◦ green 39 ◦ blue 235

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

Shades of Blue Violet #8C27EB

Tints of Blue Violet #8C27EB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.42%

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

R = 33.82%
G = 9.42%
B = 56.76%

CMYK

 C value IS 0.40

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C27EB (or 0x8C27EB) is known color: Blue Violet. HEX triplet: 8C, 27 and EB. RGB value is (140,39,235). Sum of RGB (Red+Green+Blue) = 140+39+235=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 39 (15.62% from 255 or 9.42% from 414); Blue value is 235 (92.19% from 255 or 56.76% from 414); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C27EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C27EB is #73D814. Grayscale: #5A5A5A. Windows color (decimal): -7591957 or 15411084. OLE color: 15411084.

HSL color Cylindrical-coordinate representation of color #8C27EB: hue angle of 270.92º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C27EB is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 39 235 -
CMYK 0.40 0.83 0 0.08
HSL 270.92º 0.83% 0.54% -
HSV(B) 270.92º 0.83% 0.92% -
XYZ 26.54 13.02 79.71 -
YUV 91.54 208.96 162.56 -
System Red Green Blue C M Y K H S L
Decimal 140 39 235 0.40 0.83 0 0.08 270.92 0.83 0.54
Hex 8C 27 EB 28 53 0 8 10F 53 36
Octal 214 47 353 50 123 0 10 417 123 66
Binary 10001100 100111 11101011 101000 1010011 0 1000 100001111 1010011 110110

Color Harmonies of #8C27EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C27EB

Black with #8C27EB

Text Example


Text Example

White with #8C27EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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