#851ABD

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

Shades of Dark Orchid #851ABD

Tints of Dark Orchid #851ABD

Color information

#851ABD (or 0x851ABD) is unknown color: approx Dark Orchid. HEX triplet: 85, 1A and BD. RGB value is (133,26,189). Sum of RGB (Red+Green+Blue) = 133+26+189=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #851ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851ABD is #7AE542. Grayscale: #4C4C4C. Windows color (decimal): -8054083 or 12393093. OLE color: 12393093.

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

Color convert

RGB13326189-
CMYK0.300.8600.26
HSL279.39º75.81%42.16%-
HSV(B)279.39º86.24%74.12%-
XYZ19.239.448.94-
YUV76.57191.45168.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.22%
GREEN value IS 26 (10.55% from 255) = 7.47%
BLUE value IS 189 (74.22% from 255) = 54.31%
R=38.22%
G=7.47%
B=54.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal133261890.300.8600.26279.3975.8142.16
Hex851ABD1E5601A1174c2a
Octal205322753612603242711452
Binary1000010111010101111011111010101100110101000101111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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