Html Css Color HEX #8C0AEE Dark Violet

📋 copy color: '#8C0AEE'

red 140 ◦ green 10 ◦ blue 238

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

Shades of Dark Violet #8C0AEE

Tints of Dark Violet #8C0AEE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.58%

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

R = 36.08%
G = 2.58%
B = 61.34%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8C0AEE (or 0x8C0AEE) is known color: Dark Violet. HEX triplet: 8C, 0A and EE. RGB value is (140,10,238). Sum of RGB (Red+Green+Blue) = 140+10+238=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 10 (4.30% from 255 or 2.58% from 388); Blue value is 238 (93.36% from 255 or 61.34% from 388); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C0AEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C0AEE is #73F511. Grayscale: #4A4A4A. Windows color (decimal): -7599378 or 15600268. OLE color: 15600268.

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

Color convert

RGB 140 10 238 -
CMYK 0.41 0.96 0 0.07
HSL 274.21º 0.92% 0.49% -
HSV(B) 274.21º 0.96% 0.93% -
XYZ 26.36 11.97 81.81 -
YUV 74.86 220.07 174.46 -
System Red Green Blue C M Y K H S L
Decimal 140 10 238 0.41 0.96 0 0.07 274.21 0.92 0.49
Hex 8C A EE 29 60 0 7 112 5C 31
Octal 214 12 356 51 140 0 7 422 134 61
Binary 10001100 1010 11101110 101001 1100000 0 111 100010010 1011100 110001

Color Harmonies of #8C0AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0AEE

Black with #8C0AEE

Text Example


Text Example

White with #8C0AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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