#8934BD

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

Shades of Dark Orchid #8934BD

Tints of Dark Orchid #8934BD

Color information

#8934BD (or 0x8934BD) is unknown color: approx Dark Orchid. HEX triplet: 89, 34 and BD. RGB value is (137,52,189). Sum of RGB (Red+Green+Blue) = 137+52+189=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #8934BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8934BD is #76CB42. Grayscale: #5C5C5C. Windows color (decimal): -7785283 or 12399753. OLE color: 12399753.

HSL color Cylindrical-coordinate representation of color #8934BD: hue angle of 277.23º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8934BD is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13752189-
CMYK0.280.7200.26
HSL277.23º56.85%47.25%-
HSV(B)277.23º72.49%74.12%-
XYZ20.7311.4549.26-
YUV93.03182.16159.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.24%
GREEN value IS 52 (20.70% from 255) = 13.76%
BLUE value IS 189 (74.22% from 255) = 50%
R=36.24%
G=13.76%
B=50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal137521890.280.7200.26277.2356.8547.25
Hex8934BD1C4801A115392f
Octal21164275341100324257157
Binary1000100111010010111101111001001000011010100010101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8934BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8934BD; }

 p { color: rgb(137,52,189); }

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

<style>
 a { background-color: #8934BD; }

 a { background-color: rgb(137,52,189); }

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

<style>
 span { border-color: #8934BD; }

 span { border-color: rgb(137,52,189); }

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