Html Css Color HEX #8D27C9 Dark Orchid

📋 copy color: '#8D27C9'

red 141 ◦ green 39 ◦ blue 201

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

Shades of Dark Orchid #8D27C9

Tints of Dark Orchid #8D27C9

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.24%

 BLUE value IS 201 (78.91% from 255) = 52.76%

R = 37.01%
G = 10.24%
B = 52.76%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8D27C9 (or 0x8D27C9) is known color: Dark Orchid. HEX triplet: 8D, 27 and C9. RGB value is (141,39,201). Sum of RGB (Red+Green+Blue) = 141+39+201=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 39 (15.62% from 255 or 10.24% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #8D27C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D27C9 is #72D836. Grayscale: #575757. Windows color (decimal): -7526455 or 13182861. OLE color: 13182861.

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

Color convert

RGB 141 39 201 -
CMYK 0.30 0.81 0 0.21
HSL 277.78º 0.68% 0.47% -
HSV(B) 277.78º 0.81% 0.79% -
XYZ 22.25 11.33 56.27 -
YUV 87.97 191.79 165.83 -
System Red Green Blue C M Y K H S L
Decimal 141 39 201 0.30 0.81 0 0.21 277.78 0.68 0.47
Hex 8D 27 C9 1E 51 0 15 116 44 2F
Octal 215 47 311 36 121 0 25 426 104 57
Binary 10001101 100111 11001001 11110 1010001 0 10101 100010110 1000100 101111

Color Harmonies of #8D27C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D27C9

Black with #8D27C9

Text Example


Text Example

White with #8D27C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,39,201); }

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

background-color css

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

 a { background-color: rgb(141,39,201); }

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

border-color css

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

 span { border-color: rgb(141,39,201); }

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