Html Css Color HEX #8C0FEB Blue Violet

📋 copy color: '#8C0FEB'

red 140 ◦ green 15 ◦ blue 235

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

Shades of Blue Violet #8C0FEB

Tints of Blue Violet #8C0FEB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.85%

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

R = 35.9%
G = 3.85%
B = 60.26%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C0FEB (or 0x8C0FEB) is known color: Blue Violet. HEX triplet: 8C, 0F and EB. RGB value is (140,15,235). Sum of RGB (Red+Green+Blue) = 140+15+235=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 15 (6.25% from 255 or 3.85% from 390); Blue value is 235 (92.19% from 255 or 60.26% from 390); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C0FEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C0FEB is #73F014. Grayscale: #4C4C4C. Windows color (decimal): -7598101 or 15404940. OLE color: 15404940.

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

Color convert

RGB 140 15 235 -
CMYK 0.40 0.94 0 0.08
HSL 274.09º 0.88% 0.49% -
HSV(B) 274.09º 0.94% 0.92% -
XYZ 25.98 11.92 79.53 -
YUV 77.46 216.91 172.61 -
System Red Green Blue C M Y K H S L
Decimal 140 15 235 0.40 0.94 0 0.08 274.09 0.88 0.49
Hex 8C F EB 28 5E 0 8 112 58 31
Octal 214 17 353 50 136 0 10 422 130 61
Binary 10001100 1111 11101011 101000 1011110 0 1000 100010010 1011000 110001

Color Harmonies of #8C0FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0FEB

Black with #8C0FEB

Text Example


Text Example

White with #8C0FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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