#853ABC

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

Shades of Dark Orchid #853ABC

Tints of Dark Orchid #853ABC

Color information

#853ABC (or 0x853ABC) is unknown color: approx Dark Orchid. HEX triplet: 85, 3A and BC. RGB value is (133,58,188). Sum of RGB (Red+Green+Blue) = 133+58+188=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #853ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853ABC is #7AC543. Grayscale: #5E5E5E. Windows color (decimal): -8045892 or 12335749. OLE color: 12335749.

HSL color Cylindrical-coordinate representation of color #853ABC: hue angle of 274.62º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #853ABC is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13358188-
CMYK0.290.6900.26
HSL274.62º52.85%48.24%-
HSV(B)274.62º69.15%73.73%-
XYZ20.2611.6448.76-
YUV95.24180.35154.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.09%
GREEN value IS 58 (23.05% from 255) = 15.30%
BLUE value IS 188 (73.83% from 255) = 49.60%
R=35.09%
G=15.30%
B=49.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal133581880.290.6900.26274.6252.8548.24
Hex853ABC1D4501A1133530
Octal20572274351050324236560
Binary1000010111101010111100111011000101011010100010011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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