Html Css Color HEX #8C1FAE Dark Orchid

📋 copy color: '#8C1FAE'

red 140 ◦ green 31 ◦ blue 174

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

Shades of Dark Orchid #8C1FAE

Tints of Dark Orchid #8C1FAE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.99%

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

R = 40.58%
G = 8.99%
B = 50.43%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8C1FAE (or 0x8C1FAE) is known color: Dark Orchid. HEX triplet: 8C, 1F and AE. RGB value is (140,31,174). Sum of RGB (Red+Green+Blue) = 140+31+174=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C1FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C1FAE is #73E051. Grayscale: #4F4F4F. Windows color (decimal): -7594066 or 11411340. OLE color: 11411340.

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

Color convert

RGB 140 31 174 -
CMYK 0.20 0.82 0 0.32
HSL 285.73º 0.7% 0.4% -
HSV(B) 285.73º 0.82% 0.68% -
XYZ 18.95 9.61 40.9 -
YUV 79.89 181.11 170.87 -
System Red Green Blue C M Y K H S L
Decimal 140 31 174 0.20 0.82 0 0.32 285.73 0.7 0.4
Hex 8C 1F AE 14 52 0 20 11E 46 28
Octal 214 37 256 24 122 0 40 436 106 50
Binary 10001100 11111 10101110 10100 1010010 0 100000 100011110 1000110 101000

Color Harmonies of #8C1FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1FAE

Black with #8C1FAE

Text Example


Text Example

White with #8C1FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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