#853FBD

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

Shades of Dark Orchid #853FBD

Tints of Dark Orchid #853FBD

Color information

#853FBD (or 0x853FBD) is unknown color: approx Dark Orchid. HEX triplet: 85, 3F and BD. RGB value is (133,63,189). Sum of RGB (Red+Green+Blue) = 133+63+189=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #853FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853FBD is #7AC042. Grayscale: #616161. Windows color (decimal): -8044611 or 12402565. OLE color: 12402565.

HSL color Cylindrical-coordinate representation of color #853FBD: hue angle of 273.33º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #853FBD is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13363189-
CMYK0.300.6700.26
HSL273.33º50%49.41%-
HSV(B)273.33º66.67%74.12%-
XYZ20.6412.2249.41-
YUV98.29179.19152.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.55%
GREEN value IS 63 (25% from 255) = 16.36%
BLUE value IS 189 (74.22% from 255) = 49.09%
R=34.55%
G=16.36%
B=49.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal133631890.300.6700.26273.335049.41
Hex853FBD1E4301A1113231
Octal20577275361030324216261
Binary1000010111111110111101111101000011011010100010001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,63,189); }

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

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

 a { background-color: rgb(133,63,189); }

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

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

 span { border-color: rgb(133,63,189); }

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