Html Css Color HEX #8C1DEC Blue Violet

📋 copy color: '#8C1DEC'

red 140 ◦ green 29 ◦ blue 236

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

Shades of Blue Violet #8C1DEC

Tints of Blue Violet #8C1DEC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.16%

 BLUE value IS 236 (92.58% from 255) = 58.27%

R = 34.57%
G = 7.16%
B = 58.27%

CMYK

 C value IS 0.41

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8C1DEC (or 0x8C1DEC) is known color: Blue Violet. HEX triplet: 8C, 1D and EC. RGB value is (140,29,236). Sum of RGB (Red+Green+Blue) = 140+29+236=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 29 (11.72% from 255 or 7.16% from 405); Blue value is 236 (92.58% from 255 or 58.27% from 405); Max value from RGB is 236 - color contains mainly: blue. Hex color #8C1DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C1DEC is #73E213. Grayscale: #555555. Windows color (decimal): -7594516 or 15474060. OLE color: 15474060.

HSL color Cylindrical-coordinate representation of color #8C1DEC: hue angle of 272.17º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C1DEC is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 140 29 236 -
CMYK 0.41 0.88 0 0.07
HSL 272.17º 0.84% 0.52% -
HSV(B) 272.17º 0.88% 0.93% -
XYZ 26.39 12.51 80.38 -
YUV 85.79 212.77 166.67 -
System Red Green Blue C M Y K H S L
Decimal 140 29 236 0.41 0.88 0 0.07 272.17 0.84 0.52
Hex 8C 1D EC 29 58 0 7 110 54 34
Octal 214 35 354 51 130 0 7 420 124 64
Binary 10001100 11101 11101100 101001 1011000 0 111 100010000 1010100 110100

Color Harmonies of #8C1DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1DEC

Black with #8C1DEC

Text Example


Text Example

White with #8C1DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,29,236); }

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

background-color css

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

 a { background-color: rgb(140,29,236); }

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

border-color css

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

 span { border-color: rgb(140,29,236); }

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