Html Css Color HEX #8D21CF Dark Orchid

📋 copy color: '#8D21CF'

red 141 ◦ green 33 ◦ blue 207

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

Shades of Dark Orchid #8D21CF

Tints of Dark Orchid #8D21CF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.66%

 BLUE value IS 207 (81.25% from 255) = 54.33%

R = 37.01%
G = 8.66%
B = 54.33%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8D21CF (or 0x8D21CF) is known color: Dark Orchid. HEX triplet: 8D, 21 and CF. RGB value is (141,33,207). Sum of RGB (Red+Green+Blue) = 141+33+207=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D21CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D21CF is #72DE30. Grayscale: #545454. Windows color (decimal): -7527985 or 13574541. OLE color: 13574541.

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

Color convert

RGB 141 33 207 -
CMYK 0.32 0.84 0 0.19
HSL 277.24º 0.73% 0.47% -
HSV(B) 277.24º 0.84% 0.81% -
XYZ 22.79 11.26 60 -
YUV 85.13 196.78 167.85 -
System Red Green Blue C M Y K H S L
Decimal 141 33 207 0.32 0.84 0 0.19 277.24 0.73 0.47
Hex 8D 21 CF 20 54 0 13 115 48 2F
Octal 215 41 317 40 124 0 23 425 110 57
Binary 10001101 100001 11001111 100000 1010100 0 10011 100010101 1001000 101111

Color Harmonies of #8D21CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D21CF

Black with #8D21CF

Text Example


Text Example

White with #8D21CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,33,207); }

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

background-color css

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

 a { background-color: rgb(141,33,207); }

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

border-color css

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

 span { border-color: rgb(141,33,207); }

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