#852BC1

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

Shades of Dark Orchid #852BC1

Tints of Dark Orchid #852BC1

Color information

#852BC1 (or 0x852BC1) is unknown color: approx Dark Orchid. HEX triplet: 85, 2B and C1. RGB value is (133,43,193). Sum of RGB (Red+Green+Blue) = 133+43+193=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 193 (75.78% from 255 or 52.30% from 369); Max value from RGB is 193 - color contains mainly: blue. Hex color #852BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852BC1 is #7AD43E. Grayscale: #565656. Windows color (decimal): -8049727 or 12659589. OLE color: 12659589.

HSL color Cylindrical-coordinate representation of color #852BC1: hue angle of 276º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #852BC1 is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13343193-
CMYK0.310.7800.24
HSL276º63.56%46.27%-
HSV(B)276º77.72%75.69%-
XYZ20.1610.5651.43-
YUV87.01187.82160.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.04%
GREEN value IS 43 (17.19% from 255) = 11.65%
BLUE value IS 193 (75.78% from 255) = 52.30%
R=36.04%
G=11.65%
B=52.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal133431930.310.7800.2427663.5646.27
Hex852BC11F4E018114402e
Octal205533013711603042410056
Binary10000101101011110000011111110011100110001000101001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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