#852DBA

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

Shades of Dark Orchid #852DBA

Tints of Dark Orchid #852DBA

Color information

#852DBA (or 0x852DBA) is unknown color: approx Dark Orchid. HEX triplet: 85, 2D and BA. RGB value is (133,45,186). Sum of RGB (Red+Green+Blue) = 133+45+186=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #852DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852DBA is #7AD245. Grayscale: #565656. Windows color (decimal): -8049222 or 12201349. OLE color: 12201349.

HSL color Cylindrical-coordinate representation of color #852DBA: hue angle of 277.45º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852DBA is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13345186-
CMYK0.280.7600.27
HSL277.45º61.04%45.29%-
HSV(B)277.45º75.81%72.94%-
XYZ19.4710.4147.44-
YUV87.39183.65160.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.54%
GREEN value IS 45 (17.97% from 255) = 12.36%
BLUE value IS 186 (73.05% from 255) = 51.10%
R=36.54%
G=12.36%
B=51.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133451860.280.7600.27277.4561.0445.29
Hex852DBA1C4C01B1153d2d
Octal20555272341140334257555
Binary1000010110110110111010111001001100011011100010101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852DBA; }

 p { color: rgb(133,45,186); }

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

<style>
 a { background-color: #852DBA; }

 a { background-color: rgb(133,45,186); }

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

<style>
 span { border-color: #852DBA; }

 span { border-color: rgb(133,45,186); }

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