Html Css Color HEX #8C48FE Blue Violet

📋 copy color: '#8C48FE'

red 140 ◦ green 72 ◦ blue 254

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

Shades of Blue Violet #8C48FE

Tints of Blue Violet #8C48FE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.45%

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

R = 30.04%
G = 15.45%
B = 54.51%

CMYK

 C value IS 0.45

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8C48FE (or 0x8C48FE) is known color: Blue Violet. HEX triplet: 8C, 48 and FE. RGB value is (140,72,254). Sum of RGB (Red+Green+Blue) = 140+72+254=466 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.04% from 466); Green value is 72 (28.52% from 255 or 15.45% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C48FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C48FE is #73B701. Grayscale: #707070. Windows color (decimal): -7583490 or 16664716. OLE color: 16664716.

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

Color convert

RGB 140 72 254 -
CMYK 0.45 0.72 0 0.00
HSL 262.42º 0.99% 0.64% -
HSV(B) 262.42º 0.72% 1% -
XYZ 31.02 17.37 95.48 -
YUV 113.08 207.53 147.2 -
System Red Green Blue C M Y K H S L
Decimal 140 72 254 0.45 0.72 0 0.00 262.42 0.99 0.64
Hex 8C 48 FE 2D 48 0 0 106 63 40
Octal 214 110 376 55 110 0 0 406 143 100
Binary 10001100 1001000 11111110 101101 1001000 0 0 100000110 1100011 1000000

Color Harmonies of #8C48FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C48FE

Black with #8C48FE

Text Example


Text Example

White with #8C48FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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