Html Css Color HEX #8C4AEC Blue Violet

📋 copy color: '#8C4AEC'

red 140 ◦ green 74 ◦ blue 236

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

Shades of Blue Violet #8C4AEC

Tints of Blue Violet #8C4AEC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.44%

 BLUE value IS 236 (92.58% from 255) = 52.44%

R = 31.11%
G = 16.44%
B = 52.44%

CMYK

 C value IS 0.41

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8C4AEC (or 0x8C4AEC) is known color: Blue Violet. HEX triplet: 8C, 4A and EC. RGB value is (140,74,236). Sum of RGB (Red+Green+Blue) = 140+74+236=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 74 (29.30% from 255 or 16.44% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #8C4AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C4AEC is #73B513. Grayscale: #6F6F6F. Windows color (decimal): -7582996 or 15485580. OLE color: 15485580.

HSL color Cylindrical-coordinate representation of color #8C4AEC: hue angle of 264.44º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C4AEC is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 140 74 236 -
CMYK 0.41 0.69 0 0.07
HSL 264.44º 0.81% 0.61% -
HSV(B) 264.44º 0.69% 0.93% -
XYZ 28.4 16.53 81.05 -
YUV 112.2 197.87 147.83 -
System Red Green Blue C M Y K H S L
Decimal 140 74 236 0.41 0.69 0 0.07 264.44 0.81 0.61
Hex 8C 4A EC 29 45 0 7 108 51 3D
Octal 214 112 354 51 105 0 7 410 121 75
Binary 10001100 1001010 11101100 101001 1000101 0 111 100001000 1010001 111101

Color Harmonies of #8C4AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4AEC

Black with #8C4AEC

Text Example


Text Example

White with #8C4AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,74,236); }

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

background-color css

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

 a { background-color: rgb(140,74,236); }

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

border-color css

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

 span { border-color: rgb(140,74,236); }

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