#8927B4

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

Shades of Dark Orchid #8927B4

Tints of Dark Orchid #8927B4

Color information

#8927B4 (or 0x8927B4) is unknown color: approx Dark Orchid. HEX triplet: 89, 27 and B4. RGB value is (137,39,180). Sum of RGB (Red+Green+Blue) = 137+39+180=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 180 (70.70% from 255 or 50.56% from 356); Max value from RGB is 180 - color contains mainly: blue. Hex color #8927B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8927B4 is #76D84B. Grayscale: #535353. Windows color (decimal): -7788620 or 11806601. OLE color: 11806601.

HSL color Cylindrical-coordinate representation of color #8927B4: hue angle of 281.7º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8927B4 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13739180-
CMYK0.240.7800.29
HSL281.7º64.38%42.94%-
HSV(B)281.7º78.33%70.59%-
XYZ19.2810.0644.11-
YUV84.38181.97165.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.48%
GREEN value IS 39 (15.62% from 255) = 10.96%
BLUE value IS 180 (70.70% from 255) = 50.56%
R=38.48%
G=10.96%
B=50.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal137391800.240.7800.29281.764.3842.94
Hex8927B4184E01D11a402b
Octal211472643011603543210053
Binary10001001100111101101001100010011100111011000110101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8927B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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