#853DB7

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

Shades of Dark Orchid #853DB7

Tints of Dark Orchid #853DB7

Color information

#853DB7 (or 0x853DB7) is unknown color: approx Dark Orchid. HEX triplet: 85, 3D and B7. RGB value is (133,61,183). Sum of RGB (Red+Green+Blue) = 133+61+183=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 183 (71.88% from 255 or 48.54% from 377); Max value from RGB is 183 - color contains mainly: blue. Hex color #853DB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853DB7 is #7AC248. Grayscale: #606060. Windows color (decimal): -8045129 or 12008837. OLE color: 12008837.

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

Color convert

RGB13361183-
CMYK0.270.6700.28
HSL275.41º50%47.84%-
HSV(B)275.41º66.67%71.76%-
XYZ19.8911.7446.02-
YUV96.44176.85154.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.28%
GREEN value IS 61 (24.22% from 255) = 16.18%
BLUE value IS 183 (71.88% from 255) = 48.54%
R=35.28%
G=16.18%
B=48.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal133611830.270.6700.28275.415047.84
Hex853DB71B4301C1133230
Octal20575267331030344236260
Binary1000010111110110110111110111000011011100100010011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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