Html Css Color HEX #8D1FCA Dark Orchid

📋 copy color: '#8D1FCA'

red 141 ◦ green 31 ◦ blue 202

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

Shades of Dark Orchid #8D1FCA

Tints of Dark Orchid #8D1FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 54.01%

R = 37.7%
G = 8.29%
B = 54.01%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8D1FCA (or 0x8D1FCA) is known color: Dark Orchid. HEX triplet: 8D, 1F and CA. RGB value is (141,31,202). Sum of RGB (Red+Green+Blue) = 141+31+202=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D1FCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1FCA is #72E035. Grayscale: #525252. Windows color (decimal): -7528502 or 13246349. OLE color: 13246349.

HSL color Cylindrical-coordinate representation of color #8D1FCA: hue angle of 278.6º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D1FCA is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 141 31 202 -
CMYK 0.30 0.85 0 0.21
HSL 278.6º 0.73% 0.46% -
HSV(B) 278.6º 0.85% 0.79% -
XYZ 22.14 10.91 56.82 -
YUV 83.38 194.94 169.1 -
System Red Green Blue C M Y K H S L
Decimal 141 31 202 0.30 0.85 0 0.21 278.6 0.73 0.46
Hex 8D 1F CA 1E 55 0 15 117 49 2E
Octal 215 37 312 36 125 0 25 427 111 56
Binary 10001101 11111 11001010 11110 1010101 0 10101 100010111 1001001 101110

Color Harmonies of #8D1FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1FCA

Black with #8D1FCA

Text Example


Text Example

White with #8D1FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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