#8938BF

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

Shades of Dark Orchid #8938BF

Tints of Dark Orchid #8938BF

Color information

#8938BF (or 0x8938BF) is unknown color: approx Dark Orchid. HEX triplet: 89, 38 and BF. RGB value is (137,56,191). Sum of RGB (Red+Green+Blue) = 137+56+191=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #8938BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8938BF is #76C740. Grayscale: #5F5F5F. Windows color (decimal): -7784257 or 12531849. OLE color: 12531849.

HSL color Cylindrical-coordinate representation of color #8938BF: hue angle of 276º 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 #8938BF is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13756191-
CMYK0.280.7100.25
HSL276º54.66%48.43%-
HSV(B)276º70.68%74.9%-
XYZ21.1311.9150.47-
YUV95.61181.84157.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.68%
GREEN value IS 56 (22.27% from 255) = 14.58%
BLUE value IS 191 (75% from 255) = 49.74%
R=35.68%
G=14.58%
B=49.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal137561910.280.7100.2527654.6648.43
Hex8938BF1C470191143730
Octal21170277341070314246760
Binary1000100111100010111111111001000111011001100010100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8938BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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