#892ACA

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

Shades of Dark Orchid #892ACA

Tints of Dark Orchid #892ACA

Color information

#892ACA (or 0x892ACA) is unknown color: approx Dark Orchid. HEX triplet: 89, 2A and CA. RGB value is (137,42,202). Sum of RGB (Red+Green+Blue) = 137+42+202=381 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.96% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #892ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892ACA is #76D535. Grayscale: #585858. Windows color (decimal): -7787830 or 13249161. OLE color: 13249161.

HSL color Cylindrical-coordinate representation of color #892ACA: hue angle of 275.62º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #892ACA is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13742202-
CMYK0.320.7900.21
HSL275.62º65.57%47.84%-
HSV(B)275.62º79.21%79.22%-
XYZ21.8111.2456.9-
YUV88.65191.97162.49-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.96%
GREEN value IS 42 (16.80% from 255) = 11.02%
BLUE value IS 202 (79.30% from 255) = 53.02%
R=35.96%
G=11.02%
B=53.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal137422020.320.7900.21275.6265.5747.84
Hex892ACA204F0151144230
Octal211523124011702542410260
Binary100010011010101100101010000010011110101011000101001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,42,202); }

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

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

 a { background-color: rgb(137,42,202); }

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

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

 span { border-color: rgb(137,42,202); }

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