Html Css Color HEX #8C15EB Blue Violet

📋 copy color: '#8C15EB'

red 140 ◦ green 21 ◦ blue 235

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

Shades of Blue Violet #8C15EB

Tints of Blue Violet #8C15EB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.3%

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

R = 35.35%
G = 5.3%
B = 59.34%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C15EB (or 0x8C15EB) is known color: Blue Violet. HEX triplet: 8C, 15 and EB. RGB value is (140,21,235). Sum of RGB (Red+Green+Blue) = 140+21+235=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 235 (92.19% from 255 or 59.34% from 396); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C15EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C15EB is #73EA14. Grayscale: #505050. Windows color (decimal): -7596565 or 15406476. OLE color: 15406476.

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

Color convert

RGB 140 21 235 -
CMYK 0.40 0.91 0 0.08
HSL 273.36º 0.84% 0.5% -
HSV(B) 273.36º 0.91% 0.92% -
XYZ 26.08 12.11 79.56 -
YUV 80.98 214.92 170.1 -
System Red Green Blue C M Y K H S L
Decimal 140 21 235 0.40 0.91 0 0.08 273.36 0.84 0.5
Hex 8C 15 EB 28 5B 0 8 111 54 32
Octal 214 25 353 50 133 0 10 421 124 62
Binary 10001100 10101 11101011 101000 1011011 0 1000 100010001 1010100 110010

Color Harmonies of #8C15EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C15EB

Black with #8C15EB

Text Example


Text Example

White with #8C15EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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