#892DB4

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

Shades of Dark Orchid #892DB4

Tints of Dark Orchid #892DB4

Color information

#892DB4 (or 0x892DB4) is unknown color: approx Dark Orchid. HEX triplet: 89, 2D and B4. RGB value is (137,45,180). Sum of RGB (Red+Green+Blue) = 137+45+180=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 180 (70.70% from 255 or 49.72% from 362); Max value from RGB is 180 - color contains mainly: blue. Hex color #892DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892DB4 is #76D24B. Grayscale: #575757. Windows color (decimal): -7787084 or 11808137. OLE color: 11808137.

HSL color Cylindrical-coordinate representation of color #892DB4: hue angle of 280.89º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #892DB4 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13745180-
CMYK0.240.7500.29
HSL280.89º60%44.12%-
HSV(B)280.89º75%70.59%-
XYZ19.4910.4944.18-
YUV87.9179.98163.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.85%
GREEN value IS 45 (17.97% from 255) = 12.43%
BLUE value IS 180 (70.70% from 255) = 49.72%
R=37.85%
G=12.43%
B=49.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal137451800.240.7500.29280.896044.12
Hex892DB4184B01D1193c2c
Octal21155264301130354317454
Binary1000100110110110110100110001001011011101100011001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892DB4; }

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

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

<style>
 a { background-color: #892DB4; }

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

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

<style>
 span { border-color: #892DB4; }

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

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