#8938B2

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

Shades of Dark Orchid #8938B2

Tints of Dark Orchid #8938B2

Color information

#8938B2 (or 0x8938B2) is unknown color: approx Dark Orchid. HEX triplet: 89, 38 and B2. RGB value is (137,56,178). Sum of RGB (Red+Green+Blue) = 137+56+178=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 178 - color contains mainly: blue. Hex color #8938B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8938B2 is #76C74D. Grayscale: #5D5D5D. Windows color (decimal): -7784270 or 11679881. OLE color: 11679881.

HSL color Cylindrical-coordinate representation of color #8938B2: hue angle of 279.84º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8938B2 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13756178-
CMYK0.230.6900.30
HSL279.84º52.14%45.88%-
HSV(B)279.84º68.54%69.8%-
XYZ19.7711.3643.27-
YUV94.13175.34158.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.93%
GREEN value IS 56 (22.27% from 255) = 15.09%
BLUE value IS 178 (69.92% from 255) = 47.98%
R=36.93%
G=15.09%
B=47.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal137561780.230.6900.30279.8452.1445.88
Hex8938B2174501E118342e
Octal21170262271050364306456
Binary1000100111100010110010101111000101011110100011000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8938B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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