#852CBE

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

Shades of Dark Orchid #852CBE

Tints of Dark Orchid #852CBE

Color information

#852CBE (or 0x852CBE) is unknown color: approx Dark Orchid. HEX triplet: 85, 2C and BE. RGB value is (133,44,190). Sum of RGB (Red+Green+Blue) = 133+44+190=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #852CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852CBE is #7AD341. Grayscale: #565656. Windows color (decimal): -8049474 or 12463237. OLE color: 12463237.

HSL color Cylindrical-coordinate representation of color #852CBE: hue angle of 276.58º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #852CBE is Cyan = 0.3, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13344190-
CMYK0.30.7700.25
HSL276.58º62.39%45.88%-
HSV(B)276.58º76.84%74.51%-
XYZ19.8710.5149.7-
YUV87.26185.99160.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.24%
GREEN value IS 44 (17.58% from 255) = 11.99%
BLUE value IS 190 (74.61% from 255) = 51.77%
R=36.24%
G=11.99%
B=51.77%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133441900.30.7700.25276.5862.3945.88
Hex852CBE1E4D0191153e2e
Octal20554276361150314257656
Binary1000010110110010111110111101001101011001100010101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,44,190); }

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

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

 a { background-color: rgb(133,44,190); }

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

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

 span { border-color: rgb(133,44,190); }

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