#8938BC

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

Shades of Dark Orchid #8938BC

Tints of Dark Orchid #8938BC

Color information

#8938BC (or 0x8938BC) is unknown color: approx Dark Orchid. HEX triplet: 89, 38 and BC. RGB value is (137,56,188). Sum of RGB (Red+Green+Blue) = 137+56+188=381 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.96% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #8938BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8938BC is #76C743. Grayscale: #5E5E5E. Windows color (decimal): -7784260 or 12335241. OLE color: 12335241.

HSL color Cylindrical-coordinate representation of color #8938BC: hue angle of 276.82º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8938BC is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13756188-
CMYK0.270.7000.26
HSL276.82º54.1%47.84%-
HSV(B)276.82º70.21%73.73%-
XYZ20.8111.7848.75-
YUV95.27180.34157.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.96%
GREEN value IS 56 (22.27% from 255) = 14.70%
BLUE value IS 188 (73.83% from 255) = 49.34%
R=35.96%
G=14.70%
B=49.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal137561880.270.7000.26276.8254.147.84
Hex8938BC1B4601A1153630
Octal21170274331060324256660
Binary1000100111100010111100110111000110011010100010101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8938BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8938BC; }

 p { color: rgb(137,56,188); }

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

<style>
 a { background-color: #8938BC; }

 a { background-color: rgb(137,56,188); }

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

<style>
 span { border-color: #8938BC; }

 span { border-color: rgb(137,56,188); }

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