#853ABF

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

Shades of Dark Orchid #853ABF

Tints of Dark Orchid #853ABF

Color information

#853ABF (or 0x853ABF) is unknown color: approx Dark Orchid. HEX triplet: 85, 3A and BF. RGB value is (133,58,191). Sum of RGB (Red+Green+Blue) = 133+58+191=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #853ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853ABF is #7AC540. Grayscale: #5F5F5F. Windows color (decimal): -8045889 or 12532357. OLE color: 12532357.

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

Color convert

RGB13358191-
CMYK0.300.7000.25
HSL273.83º53.41%48.82%-
HSV(B)273.83º69.63%74.9%-
XYZ20.5911.7750.48-
YUV95.59181.85154.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.82%
GREEN value IS 58 (23.05% from 255) = 15.18%
BLUE value IS 191 (75% from 255) = 50%
R=34.82%
G=15.18%
B=50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133581910.300.7000.25273.8353.4148.82
Hex853ABF1E460191123531
Octal20572277361060314226561
Binary1000010111101010111111111101000110011001100010010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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