#853DBB

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

Shades of Dark Orchid #853DBB

Tints of Dark Orchid #853DBB

Color information

#853DBB (or 0x853DBB) is unknown color: approx Dark Orchid. HEX triplet: 85, 3D and BB. RGB value is (133,61,187). Sum of RGB (Red+Green+Blue) = 133+61+187=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #853DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853DBB is #7AC244. Grayscale: #606060. Windows color (decimal): -8045125 or 12270981. OLE color: 12270981.

HSL color Cylindrical-coordinate representation of color #853DBB: hue angle of 274.29º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #853DBB is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13361187-
CMYK0.290.6700.27
HSL274.29º50.81%48.63%-
HSV(B)274.29º67.38%73.33%-
XYZ20.3111.9148.24-
YUV96.89178.85153.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.91%
GREEN value IS 61 (24.22% from 255) = 16.01%
BLUE value IS 187 (73.44% from 255) = 49.08%
R=34.91%
G=16.01%
B=49.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133611870.290.6700.27274.2950.8148.63
Hex853DBB1D4301B1123331
Octal20575273351030334226361
Binary1000010111110110111011111011000011011011100010010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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