Html Css Color HEX #8D1AC7 Dark Orchid

📋 copy color: '#8D1AC7'

red 141 ◦ green 26 ◦ blue 199

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

Shades of Dark Orchid #8D1AC7

Tints of Dark Orchid #8D1AC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 54.37%

R = 38.52%
G = 7.1%
B = 54.37%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8D1AC7 (or 0x8D1AC7) is known color: Dark Orchid. HEX triplet: 8D, 1A and C7. RGB value is (141,26,199). Sum of RGB (Red+Green+Blue) = 141+26+199=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 26 (10.55% from 255 or 7.10% from 366); Blue value is 199 (78.12% from 255 or 54.37% from 366); Max value from RGB is 199 - color contains mainly: blue. Hex color #8D1AC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1AC7 is #72E538. Grayscale: #4F4F4F. Windows color (decimal): -7529785 or 13048461. OLE color: 13048461.

HSL color Cylindrical-coordinate representation of color #8D1AC7: hue angle of 279.88º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D1AC7 is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 141 26 199 -
CMYK 0.29 0.87 0 0.22
HSL 279.88º 0.77% 0.44% -
HSV(B) 279.88º 0.87% 0.78% -
XYZ 21.66 10.53 54.92 -
YUV 80.11 195.1 171.43 -
System Red Green Blue C M Y K H S L
Decimal 141 26 199 0.29 0.87 0 0.22 279.88 0.77 0.44
Hex 8D 1A C7 1D 57 0 16 118 4D 2C
Octal 215 32 307 35 127 0 26 430 115 54
Binary 10001101 11010 11000111 11101 1010111 0 10110 100011000 1001101 101100

Color Harmonies of #8D1AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1AC7

Black with #8D1AC7

Text Example


Text Example

White with #8D1AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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