#8931B3

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

Shades of Dark Orchid #8931B3

Tints of Dark Orchid #8931B3

Color information

#8931B3 (or 0x8931B3) is unknown color: approx Dark Orchid. HEX triplet: 89, 31 and B3. RGB value is (137,49,179). Sum of RGB (Red+Green+Blue) = 137+49+179=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 179 (70.31% from 255 or 49.04% from 365); Max value from RGB is 179 - color contains mainly: blue. Hex color #8931B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8931B3 is #76CE4C. Grayscale: #595959. Windows color (decimal): -7786061 or 11743625. OLE color: 11743625.

HSL color Cylindrical-coordinate representation of color #8931B3: hue angle of 280.62º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8931B3 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13749179-
CMYK0.230.7300.30
HSL280.62º57.02%44.71%-
HSV(B)280.62º72.63%70.2%-
XYZ19.5510.7743.7-
YUV90.13178.15161.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.53%
GREEN value IS 49 (19.53% from 255) = 13.42%
BLUE value IS 179 (70.31% from 255) = 49.04%
R=37.53%
G=13.42%
B=49.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal137491790.230.7300.30280.6257.0244.71
Hex8931B3174901E119392d
Octal21161263271110364317155
Binary1000100111000110110011101111001001011110100011001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8931B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8931B3; }

 p { color: rgb(137,49,179); }

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

<style>
 a { background-color: #8931B3; }

 a { background-color: rgb(137,49,179); }

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

<style>
 span { border-color: #8931B3; }

 span { border-color: rgb(137,49,179); }

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