#8537C7

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

Shades of Dark Orchid #8537C7

Tints of Dark Orchid #8537C7

Color information

#8537C7 (or 0x8537C7) is unknown color: approx Dark Orchid. HEX triplet: 85, 37 and C7. RGB value is (133,55,199). Sum of RGB (Red+Green+Blue) = 133+55+199=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 199 (78.12% from 255 or 51.42% from 387); Max value from RGB is 199 - color contains mainly: blue. Hex color #8537C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8537C7 is #7AC838. Grayscale: #5E5E5E. Windows color (decimal): -8046649 or 13055877. OLE color: 13055877.

HSL color Cylindrical-coordinate representation of color #8537C7: hue angle of 272.5º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8537C7 is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13355199-
CMYK0.330.7200.22
HSL272.5º56.69%49.8%-
HSV(B)272.5º72.36%78.04%-
XYZ21.3511.8455.19-
YUV94.74186.84155.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.37%
GREEN value IS 55 (21.88% from 255) = 14.21%
BLUE value IS 199 (78.12% from 255) = 51.42%
R=34.37%
G=14.21%
B=51.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal133551990.330.7200.22272.556.6949.8
Hex8537C721480161103932
Octal20567307411100264207162
Binary10000101110111110001111000011001000010110100010000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8537C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8537C7; }

 p { color: rgb(133,55,199); }

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

<style>
 a { background-color: #8537C7; }

 a { background-color: rgb(133,55,199); }

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

<style>
 span { border-color: #8537C7; }

 span { border-color: rgb(133,55,199); }

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