#853AB7

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

Shades of Dark Orchid #853AB7

Tints of Dark Orchid #853AB7

Color information

#853AB7 (or 0x853AB7) is unknown color: approx Dark Orchid. HEX triplet: 85, 3A and B7. RGB value is (133,58,183). Sum of RGB (Red+Green+Blue) = 133+58+183=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 183 (71.88% from 255 or 48.93% from 374); Max value from RGB is 183 - color contains mainly: blue. Hex color #853AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853AB7 is #7AC548. Grayscale: #5E5E5E. Windows color (decimal): -8045897 or 12008069. OLE color: 12008069.

HSL color Cylindrical-coordinate representation of color #853AB7: hue angle of 276º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #853AB7 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13358183-
CMYK0.270.6800.28
HSL276º51.87%47.25%-
HSV(B)276º68.31%71.76%-
XYZ19.7311.4345.97-
YUV94.67177.85155.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.56%
GREEN value IS 58 (23.05% from 255) = 15.51%
BLUE value IS 183 (71.88% from 255) = 48.93%
R=35.56%
G=15.51%
B=48.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal133581830.270.6800.2827651.8747.25
Hex853AB71B4401C114342f
Octal20572267331040344246457
Binary1000010111101010110111110111000100011100100010100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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