#852EBE

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

Shades of Dark Orchid #852EBE

Tints of Dark Orchid #852EBE

Color information

#852EBE (or 0x852EBE) is unknown color: approx Dark Orchid. HEX triplet: 85, 2E and BE. RGB value is (133,46,190). Sum of RGB (Red+Green+Blue) = 133+46+190=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #852EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852EBE is #7AD141. Grayscale: #575757. Windows color (decimal): -8048962 or 12463749. OLE color: 12463749.

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

Color convert

RGB13346190-
CMYK0.30.7600.25
HSL276.25º61.02%46.27%-
HSV(B)276.25º75.79%74.51%-
XYZ19.9410.6649.72-
YUV88.43185.32159.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.04%
GREEN value IS 46 (18.36% from 255) = 12.47%
BLUE value IS 190 (74.61% from 255) = 51.49%
R=36.04%
G=12.47%
B=51.49%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133461900.30.7600.25276.2561.0246.27
Hex852EBE1E4C0191143d2e
Octal20556276361140314247556
Binary1000010110111010111110111101001100011001100010100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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