#851CBD

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

Shades of Dark Orchid #851CBD

Tints of Dark Orchid #851CBD

Color information

#851CBD (or 0x851CBD) is unknown color: approx Dark Orchid. HEX triplet: 85, 1C and BD. RGB value is (133,28,189). Sum of RGB (Red+Green+Blue) = 133+28+189=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #851CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851CBD is #7AE342. Grayscale: #4D4D4D. Windows color (decimal): -8053571 or 12393605. OLE color: 12393605.

HSL color Cylindrical-coordinate representation of color #851CBD: hue angle of 279.13º degrees, saturation: 0.74, 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 #851CBD is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13328189-
CMYK0.300.8500.26
HSL279.13º74.19%42.55%-
HSV(B)279.13º85.19%74.12%-
XYZ19.279.4948.96-
YUV77.75190.79167.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38%
GREEN value IS 28 (11.33% from 255) = 8%
BLUE value IS 189 (74.22% from 255) = 54%
R=38%
G=8%
B=54%

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
Decimal133281890.300.8500.26279.1374.1942.55
Hex851CBD1E5501A1174a2b
Octal205342753612503242711253
Binary1000010111100101111011111010101010110101000101111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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