#8F37BE

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

Shades of Dark Orchid #8F37BE

Tints of Dark Orchid #8F37BE

Color information

#8F37BE (or 0x8F37BE) is unknown color: approx Dark Orchid. HEX triplet: 8F, 37 and BE. RGB value is (143,55,190). Sum of RGB (Red+Green+Blue) = 143+55+190=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 55 (21.88% from 255 or 14.18% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F37BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F37BE is #70C841. Grayscale: #606060. Windows color (decimal): -7391298 or 12466063. OLE color: 12466063.

HSL color Cylindrical-coordinate representation of color #8F37BE: hue angle of 279.11º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F37BE is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14355190-
CMYK0.250.7100.25
HSL279.11º55.1%48.04%-
HSV(B)279.11º71.05%74.51%-
XYZ21.9912.2949.93-
YUV96.7180.65161.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.86%
GREEN value IS 55 (21.88% from 255) = 14.18%
BLUE value IS 190 (74.61% from 255) = 48.97%
R=36.86%
G=14.18%
B=48.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal143551900.250.7100.25279.1155.148.04
Hex8F37BE19470191173730
Octal21767276311070314276760
Binary1000111111011110111110110011000111011001100010111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F37BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,55,190); }

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

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

 a { background-color: rgb(143,55,190); }

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

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

 span { border-color: rgb(143,55,190); }

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