#8927BC

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

Shades of Dark Orchid #8927BC

Tints of Dark Orchid #8927BC

Color information

#8927BC (or 0x8927BC) is unknown color: approx Dark Orchid. HEX triplet: 89, 27 and BC. RGB value is (137,39,188). Sum of RGB (Red+Green+Blue) = 137+39+188=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #8927BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8927BC is #76D843. Grayscale: #545454. Windows color (decimal): -7788612 or 12330889. OLE color: 12330889.

HSL color Cylindrical-coordinate representation of color #8927BC: hue angle of 279.46º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8927BC is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13739188-
CMYK0.270.7900.26
HSL279.46º65.64%44.51%-
HSV(B)279.46º79.26%73.73%-
XYZ20.1210.448.52-
YUV85.29185.97164.88-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.64%
GREEN value IS 39 (15.62% from 255) = 10.71%
BLUE value IS 188 (73.83% from 255) = 51.65%
R=37.64%
G=10.71%
B=51.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal137391880.270.7900.26279.4665.6444.51
Hex8927BC1B4F01A117422d
Octal211472743311703242710255
Binary10001001100111101111001101110011110110101000101111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8927BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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