Html Css Color HEX #8C4AEE Blue Violet

📋 copy color: '#8C4AEE'

red 140 ◦ green 74 ◦ blue 238

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

Shades of Blue Violet #8C4AEE

Tints of Blue Violet #8C4AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.65%

R = 30.97%
G = 16.37%
B = 52.65%

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

#8C4AEE (or 0x8C4AEE) is known color: Blue Violet. HEX triplet: 8C, 4A and EE. RGB value is (140,74,238). Sum of RGB (Red+Green+Blue) = 140+74+238=452 (59% of max value = 765). Red value is 140 (55.08% from 255 or 30.97% from 452); Green value is 74 (29.30% from 255 or 16.37% from 452); Blue value is 238 (93.36% from 255 or 52.65% from 452); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C4AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C4AEE is #73B511. Grayscale: #6F6F6F. Windows color (decimal): -7582994 or 15616652. OLE color: 15616652.

HSL color Cylindrical-coordinate representation of color #8C4AEE: hue angle of 264.15º degrees, saturation: 0.83, 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 #8C4AEE is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 140 74 238 -
CMYK 0.41 0.69 0 0.07
HSL 264.15º 0.83% 0.61% -
HSV(B) 264.15º 0.69% 0.93% -
XYZ 28.7 16.65 82.59 -
YUV 112.43 198.87 147.66 -
System Red Green Blue C M Y K H S L
Decimal 140 74 238 0.41 0.69 0 0.07 264.15 0.83 0.61
Hex 8C 4A EE 29 45 0 7 108 53 3D
Octal 214 112 356 51 105 0 7 410 123 75
Binary 10001100 1001010 11101110 101001 1000101 0 111 100001000 1010011 111101

Color Harmonies of #8C4AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4AEE

Black with #8C4AEE

Text Example


Text Example

White with #8C4AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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