Html Css Color HEX #8C1BAE Dark Orchid

📋 copy color: '#8C1BAE'

red 140 ◦ green 27 ◦ blue 174

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

Shades of Dark Orchid #8C1BAE

Tints of Dark Orchid #8C1BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.92%

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

R = 41.06%
G = 7.92%
B = 51.03%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8C1BAE (or 0x8C1BAE) is known color: Dark Orchid. HEX triplet: 8C, 1B and AE. RGB value is (140,27,174). Sum of RGB (Red+Green+Blue) = 140+27+174=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 27 (10.94% from 255 or 7.92% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C1BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C1BAE is #73E451. Grayscale: #4D4D4D. Windows color (decimal): -7595090 or 11410316. OLE color: 11410316.

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

Color convert

RGB 140 27 174 -
CMYK 0.20 0.84 0 0.32
HSL 286.12º 0.73% 0.39% -
HSV(B) 286.12º 0.84% 0.68% -
XYZ 18.85 9.42 40.87 -
YUV 77.55 182.44 172.55 -
System Red Green Blue C M Y K H S L
Decimal 140 27 174 0.20 0.84 0 0.32 286.12 0.73 0.39
Hex 8C 1B AE 14 54 0 20 11E 49 27
Octal 214 33 256 24 124 0 40 436 111 47
Binary 10001100 11011 10101110 10100 1010100 0 100000 100011110 1001001 100111

Color Harmonies of #8C1BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1BAE

Black with #8C1BAE

Text Example


Text Example

White with #8C1BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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