#853ABE

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

Shades of Dark Orchid #853ABE

Tints of Dark Orchid #853ABE

Color information

#853ABE (or 0x853ABE) is unknown color: approx Dark Orchid. HEX triplet: 85, 3A and BE. RGB value is (133,58,190). Sum of RGB (Red+Green+Blue) = 133+58+190=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #853ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853ABE is #7AC541. Grayscale: #5F5F5F. Windows color (decimal): -8045890 or 12466821. OLE color: 12466821.

HSL color Cylindrical-coordinate representation of color #853ABE: hue angle of 274.09º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #853ABE is Cyan = 0.3, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13358190-
CMYK0.30.6900.25
HSL274.09º53.23%48.63%-
HSV(B)274.09º69.47%74.51%-
XYZ20.4811.7349.9-
YUV95.47181.35154.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.91%
GREEN value IS 58 (23.05% from 255) = 15.22%
BLUE value IS 190 (74.61% from 255) = 49.87%
R=34.91%
G=15.22%
B=49.87%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133581900.30.6900.25274.0953.2348.63
Hex853ABE1E450191123531
Octal20572276361050314226561
Binary1000010111101010111110111101000101011001100010010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853ABE; }

 p { color: rgb(133,58,190); }

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

<style>
 a { background-color: #853ABE; }

 a { background-color: rgb(133,58,190); }

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

<style>
 span { border-color: #853ABE; }

 span { border-color: rgb(133,58,190); }

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