Html Css Color HEX #8D1FC6 Dark Orchid

📋 copy color: '#8D1FC6'

red 141 ◦ green 31 ◦ blue 198

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

Shades of Dark Orchid #8D1FC6

Tints of Dark Orchid #8D1FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 53.51%

R = 38.11%
G = 8.38%
B = 53.51%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8D1FC6 (or 0x8D1FC6) is known color: Dark Orchid. HEX triplet: 8D, 1F and C6. RGB value is (141,31,198). Sum of RGB (Red+Green+Blue) = 141+31+198=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 198 (77.73% from 255 or 53.51% from 370); Max value from RGB is 198 - color contains mainly: blue. Hex color #8D1FC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1FC6 is #72E039. Grayscale: #525252. Windows color (decimal): -7528506 or 12984205. OLE color: 12984205.

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

Color convert

RGB 141 31 198 -
CMYK 0.29 0.84 0 0.22
HSL 279.52º 0.73% 0.45% -
HSV(B) 279.52º 0.84% 0.78% -
XYZ 21.67 10.72 54.35 -
YUV 82.93 192.94 169.42 -
System Red Green Blue C M Y K H S L
Decimal 141 31 198 0.29 0.84 0 0.22 279.52 0.73 0.45
Hex 8D 1F C6 1D 54 0 16 118 49 2D
Octal 215 37 306 35 124 0 26 430 111 55
Binary 10001101 11111 11000110 11101 1010100 0 10110 100011000 1001001 101101

Color Harmonies of #8D1FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1FC6

Black with #8D1FC6

Text Example


Text Example

White with #8D1FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,31,198); }

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

background-color css

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

 a { background-color: rgb(141,31,198); }

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

border-color css

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

 span { border-color: rgb(141,31,198); }

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