#8526BE

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

Shades of Dark Orchid #8526BE

Tints of Dark Orchid #8526BE

Color information

#8526BE (or 0x8526BE) is unknown color: approx Dark Orchid. HEX triplet: 85, 26 and BE. RGB value is (133,38,190). Sum of RGB (Red+Green+Blue) = 133+38+190=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #8526BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8526BE is #7AD941. Grayscale: #535353. Windows color (decimal): -8051010 or 12461701. OLE color: 12461701.

HSL color Cylindrical-coordinate representation of color #8526BE: hue angle of 277.5º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8526BE is Cyan = 0.3, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13338190-
CMYK0.30.800.25
HSL277.5º66.67%44.71%-
HSV(B)277.5º80%74.51%-
XYZ19.6610.0949.63-
YUV83.73187.97163.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.84%
GREEN value IS 38 (15.23% from 255) = 10.53%
BLUE value IS 190 (74.61% from 255) = 52.63%
R=36.84%
G=10.53%
B=52.63%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133381900.30.800.25277.566.6744.71
Hex8526BE1E50019116432d
Octal205462763612003142610355
Binary10000101100110101111101111010100000110011000101101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8526BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8526BE; }

 p { color: rgb(133,38,190); }

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

<style>
 a { background-color: #8526BE; }

 a { background-color: rgb(133,38,190); }

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

<style>
 span { border-color: #8526BE; }

 span { border-color: rgb(133,38,190); }

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