Html Css Color HEX #8C15FE Blue Violet

📋 copy color: '#8C15FE'

red 140 ◦ green 21 ◦ blue 254

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

Shades of Blue Violet #8C15FE

Tints of Blue Violet #8C15FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 61.2%

R = 33.73%
G = 5.06%
B = 61.2%

CMYK

 C value IS 0.45

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8C15FE (or 0x8C15FE) is known color: Blue Violet. HEX triplet: 8C, 15 and FE. RGB value is (140,21,254). Sum of RGB (Red+Green+Blue) = 140+21+254=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 21 (8.59% from 255 or 5.06% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C15FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C15FE is #73EA01. Grayscale: #525252. Windows color (decimal): -7596546 or 16651660. OLE color: 16651660.

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

Color convert

RGB 140 21 254 -
CMYK 0.45 0.92 0 0.00
HSL 270.64º 0.99% 0.54% -
HSV(B) 270.64º 0.92% 1% -
XYZ 28.97 13.27 94.8 -
YUV 83.14 224.42 168.55 -
System Red Green Blue C M Y K H S L
Decimal 140 21 254 0.45 0.92 0 0.00 270.64 0.99 0.54
Hex 8C 15 FE 2D 5C 0 0 10F 63 36
Octal 214 25 376 55 134 0 0 417 143 66
Binary 10001100 10101 11111110 101101 1011100 0 0 100001111 1100011 110110

Color Harmonies of #8C15FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C15FE

Black with #8C15FE

Text Example


Text Example

White with #8C15FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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