Html Css Color HEX #8C48EF Blue Violet

📋 copy color: '#8C48EF'

red 140 ◦ green 72 ◦ blue 239

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

Shades of Blue Violet #8C48EF

Tints of Blue Violet #8C48EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.99%

R = 31.04%
G = 15.96%
B = 52.99%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8C48EF (or 0x8C48EF) is known color: Blue Violet. HEX triplet: 8C, 48 and EF. RGB value is (140,72,239). Sum of RGB (Red+Green+Blue) = 140+72+239=451 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.04% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C48EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C48EF is #73B710. Grayscale: #6E6E6E. Windows color (decimal): -7583505 or 15681676. OLE color: 15681676.

HSL color Cylindrical-coordinate representation of color #8C48EF: hue angle of 264.43º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8C48EF is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 140 72 239 -
CMYK 0.41 0.70 0 0.06
HSL 264.43º 0.84% 0.61% -
HSV(B) 264.43º 0.7% 0.94% -
XYZ 28.71 16.44 83.32 -
YUV 111.37 200.03 148.42 -
System Red Green Blue C M Y K H S L
Decimal 140 72 239 0.41 0.70 0 0.06 264.43 0.84 0.61
Hex 8C 48 EF 29 46 0 6 108 54 3D
Octal 214 110 357 51 106 0 6 410 124 75
Binary 10001100 1001000 11101111 101001 1000110 0 110 100001000 1010100 111101

Color Harmonies of #8C48EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C48EF

Black with #8C48EF

Text Example


Text Example

White with #8C48EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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