Html Css Color HEX #8C49E8 Blue Violet

📋 copy color: '#8C49E8'

red 140 ◦ green 73 ◦ blue 232

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

Shades of Blue Violet #8C49E8

Tints of Blue Violet #8C49E8

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.4%

 BLUE value IS 232 (91.02% from 255) = 52.13%

R = 31.46%
G = 16.4%
B = 52.13%

CMYK

 C value IS 0.40

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8C49E8 (or 0x8C49E8) is known color: Blue Violet. HEX triplet: 8C, 49 and E8. RGB value is (140,73,232). Sum of RGB (Red+Green+Blue) = 140+73+232=445 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.46% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 232 (91.02% from 255 or 52.13% from 445); Max value from RGB is 232 - color contains mainly: blue. Hex color #8C49E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C49E8 is #73B617. Grayscale: #6E6E6E. Windows color (decimal): -7583256 or 15223180. OLE color: 15223180.

HSL color Cylindrical-coordinate representation of color #8C49E8: hue angle of 265.28º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C49E8 is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 140 73 232 -
CMYK 0.40 0.69 0 0.09
HSL 265.28º 0.78% 0.6% -
HSV(B) 265.28º 0.69% 0.91% -
XYZ 27.76 16.17 78 -
YUV 111.16 196.2 148.57 -
System Red Green Blue C M Y K H S L
Decimal 140 73 232 0.40 0.69 0 0.09 265.28 0.78 0.6
Hex 8C 49 E8 28 45 0 9 109 4E 3C
Octal 214 111 350 50 105 0 11 411 116 74
Binary 10001100 1001001 11101000 101000 1000101 0 1001 100001001 1001110 111100

Color Harmonies of #8C49E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C49E8

Black with #8C49E8

Text Example


Text Example

White with #8C49E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,73,232); }

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

background-color css

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

 a { background-color: rgb(140,73,232); }

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

border-color css

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

 span { border-color: rgb(140,73,232); }

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