Html Css Color HEX #8D1AC1 Dark Orchid

📋 copy color: '#8D1AC1'

red 141 ◦ green 26 ◦ blue 193

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

Shades of Dark Orchid #8D1AC1

Tints of Dark Orchid #8D1AC1

RGB

 RED value IS 141 (55.47% from 255) = 39.17%

 GREEN value IS 26 (10.55% from 255) = 7.22%

 BLUE value IS 193 (75.78% from 255) = 53.61%

R = 39.17%
G = 7.22%
B = 53.61%

CMYK

 C value IS 0.27

 M value IS 0.87

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8D1AC1 (or 0x8D1AC1) is known color: Dark Orchid. HEX triplet: 8D, 1A and C1. RGB value is (141,26,193). Sum of RGB (Red+Green+Blue) = 141+26+193=360 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.17% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 193 (75.78% from 255 or 53.61% from 360); Max value from RGB is 193 - color contains mainly: blue. Hex color #8D1AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1AC1 is #72E53E. Grayscale: #4E4E4E. Windows color (decimal): -7529791 or 12655245. OLE color: 12655245.

HSL color Cylindrical-coordinate representation of color #8D1AC1: hue angle of 281.32º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D1AC1 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 141 26 193 -
CMYK 0.27 0.87 0 0.24
HSL 281.32º 0.76% 0.43% -
HSV(B) 281.32º 0.87% 0.76% -
XYZ 20.98 10.25 51.33 -
YUV 79.42 192.1 171.92 -
System Red Green Blue C M Y K H S L
Decimal 141 26 193 0.27 0.87 0 0.24 281.32 0.76 0.43
Hex 8D 1A C1 1B 57 0 18 119 4C 2B
Octal 215 32 301 33 127 0 30 431 114 53
Binary 10001101 11010 11000001 11011 1010111 0 11000 100011001 1001100 101011

Color Harmonies of #8D1AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1AC1

Black with #8D1AC1

Text Example


Text Example

White with #8D1AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,26,193); }

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

background-color css

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

 a { background-color: rgb(141,26,193); }

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

border-color css

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

 span { border-color: rgb(141,26,193); }

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