Html Css Color HEX #8C31AE Dark Orchid

📋 copy color: '#8C31AE'

red 140 ◦ green 49 ◦ blue 174

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

Shades of Dark Orchid #8C31AE

Tints of Dark Orchid #8C31AE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.5%

 BLUE value IS 174 (68.36% from 255) = 47.93%

R = 38.57%
G = 13.5%
B = 47.93%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8C31AE (or 0x8C31AE) is known color: Dark Orchid. HEX triplet: 8C, 31 and AE. RGB value is (140,49,174). Sum of RGB (Red+Green+Blue) = 140+49+174=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C31AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C31AE is #73CE51. Grayscale: #5A5A5A. Windows color (decimal): -7589458 or 11415948. OLE color: 11415948.

HSL color Cylindrical-coordinate representation of color #8C31AE: hue angle of 283.68º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C31AE is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 49 174 -
CMYK 0.20 0.72 0 0.32
HSL 283.68º 0.56% 0.44% -
HSV(B) 283.68º 0.72% 0.68% -
XYZ 19.55 10.83 41.1 -
YUV 90.46 175.15 163.34 -
System Red Green Blue C M Y K H S L
Decimal 140 49 174 0.20 0.72 0 0.32 283.68 0.56 0.44
Hex 8C 31 AE 14 48 0 20 11C 38 2C
Octal 214 61 256 24 110 0 40 434 70 54
Binary 10001100 110001 10101110 10100 1001000 0 100000 100011100 111000 101100

Color Harmonies of #8C31AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C31AE

Black with #8C31AE

Text Example


Text Example

White with #8C31AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,49,174); }

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

background-color css

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

 a { background-color: rgb(140,49,174); }

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

border-color css

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

 span { border-color: rgb(140,49,174); }

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