#851DBD

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

Shades of Dark Orchid #851DBD

Tints of Dark Orchid #851DBD

Color information

#851DBD (or 0x851DBD) is unknown color: approx Dark Orchid. HEX triplet: 85, 1D and BD. RGB value is (133,29,189). Sum of RGB (Red+Green+Blue) = 133+29+189=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #851DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851DBD is #7AE242. Grayscale: #4D4D4D. Windows color (decimal): -8053315 or 12393861. OLE color: 12393861.

HSL color Cylindrical-coordinate representation of color #851DBD: hue angle of 279º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851DBD is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13329189-
CMYK0.300.8500.26
HSL279º73.39%42.75%-
HSV(B)279º84.66%74.12%-
XYZ19.39.5448.97-
YUV78.34190.46166.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.89%
GREEN value IS 29 (11.72% from 255) = 8.26%
BLUE value IS 189 (74.22% from 255) = 53.85%
R=37.89%
G=8.26%
B=53.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal133291890.300.8500.2627973.3942.75
Hex851DBD1E5501A117492b
Octal205352753612503242711153
Binary1000010111101101111011111010101010110101000101111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851DBD; }

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

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

<style>
 a { background-color: #851DBD; }

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

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

<style>
 span { border-color: #851DBD; }

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

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