#852bb7

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

Shades of Dark Orchid #852BB7

Tints of Dark Orchid #852BB7

Color information

#852BB7 (or 0x852BB7) is unknown color: approx Dark Orchid. HEX triplet: 85, 2B and B7. RGB value is (133,43,183). Sum of RGB (Red+Green+Blue) = 133+43+183=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 43 (17.19% from 255 or 11.98% from 359); Blue value is 183 (71.88% from 255 or 50.97% from 359); Max value from RGB is 183 - color contains mainly: blue. Hex color #852BB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852BB7 is #7AD448. Grayscale: #555555. Windows color (decimal): -8049737 or 12004229. OLE color: 12004229.

HSL color Cylindrical-coordinate representation of color #852BB7: hue angle of 278.57º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #852BB7 is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13343183-
CMYK0.270.7700.28
HSL278.57º61.95%44.31%-
HSV(B)278.57º76.5%71.76%-
XYZ19.0810.1345.75-
YUV85.87182.82161.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.05%
GREEN value IS 43 (17.19% from 255) = 11.98%
BLUE value IS 183 (71.88% from 255) = 50.97%
R=37.05%
G=11.98%
B=50.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal133431830.270.7700.28278.5761.9544.31
Hex852BB71B4D01C1173e2c
Octal20553267331150344277654
Binary1000010110101110110111110111001101011100100010111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852bb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,43,183); }

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

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

 a { background-color: rgb(133,43,183); }

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

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

 span { border-color: rgb(133,43,183); }

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