#8D26B7

Color #8D26B7 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #8D26B7

Tints of Dark Orchid #8D26B7

Color information

#8D26B7 (or 0x8D26B7) is unknown color: approx Dark Orchid. HEX triplet: 8D, 26 and B7. RGB value is (141,38,183). Sum of RGB (Red+Green+Blue) = 141+38+183=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 183 (71.88% from 255 or 50.55% from 362); Max value from RGB is 183 - color contains mainly: blue. Hex color #8D26B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D26B7 is #72D948. Grayscale: #545454. Windows color (decimal): -7526729 or 12002957. OLE color: 12002957.

HSL color Cylindrical-coordinate representation of color #8D26B7: hue angle of 282.62º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D26B7 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14138183-
CMYK0.230.7900.28
HSL282.62º65.61%43.33%-
HSV(B)282.62º79.23%71.76%-
XYZ20.2210.4745.75-
YUV85.33183.12167.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.95%
GREEN value IS 38 (15.23% from 255) = 10.50%
BLUE value IS 183 (71.88% from 255) = 50.55%
R=38.95%
G=10.50%
B=50.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal141381830.230.7900.28282.6265.6143.33
Hex8D26B7174F01C11b422b
Octal215462672711703443310253
Binary10001101100110101101111011110011110111001000110111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D26B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,38,183); }

 H1.HeaderClassName
 {
   color: #8D26B7;
 }
 .AnyTagClassName
 {
   color: #8D26B7;
 }
</style>
background-color css

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

 a { background-color: rgb(141,38,183); }

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

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

 span { border-color: rgb(141,38,183); }

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