Html Css Color HEX #8C0EFF Blue Violet

📋 copy color: '#8C0EFF'

red 140 ◦ green 14 ◦ blue 255

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

Shades of Blue Violet #8C0EFF

Tints of Blue Violet #8C0EFF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.42%

 BLUE value IS 255 (100% from 255) = 62.35%

R = 34.23%
G = 3.42%
B = 62.35%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8C0EFF (or 0x8C0EFF) is known color: Blue Violet. HEX triplet: 8C, 0E and FF. RGB value is (140,14,255). Sum of RGB (Red+Green+Blue) = 140+14+255=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 14 (5.86% from 255 or 3.42% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C0EFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C0EFF is #73F100. Grayscale: #4E4E4E. Windows color (decimal): -7598337 or 16715404. OLE color: 16715404.

HSL color Cylindrical-coordinate representation of color #8C0EFF: hue angle of 271.37º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0EFF is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 140 14 255 -
CMYK 0.45 0.95 0 0
HSL 271.37º 1% 0.53% -
HSV(B) 271.37º 0.95% 1% -
XYZ 29.02 13.11 95.61 -
YUV 79.15 227.24 171.4 -
System Red Green Blue C M Y K H S L
Decimal 140 14 255 0.45 0.95 0 0 271.37 1 0.53
Hex 8C E FF 2D 5F 0 0 10F 64 35
Octal 214 16 377 55 137 0 0 417 144 65
Binary 10001100 1110 11111111 101101 1011111 0 0 100001111 1100100 110101

Color Harmonies of #8C0EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0EFF

Black with #8C0EFF

Text Example


Text Example

White with #8C0EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,14,255); }

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

background-color css

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

 a { background-color: rgb(140,14,255); }

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

border-color css

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

 span { border-color: rgb(140,14,255); }

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