#852ABA

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

Shades of Dark Orchid #852ABA

Tints of Dark Orchid #852ABA

Color information

#852ABA (or 0x852ABA) is unknown color: approx Dark Orchid. HEX triplet: 85, 2A and BA. RGB value is (133,42,186). Sum of RGB (Red+Green+Blue) = 133+42+186=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #852ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852ABA is #7AD545. Grayscale: #555555. Windows color (decimal): -8049990 or 12200581. OLE color: 12200581.

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

Color convert

RGB13342186-
CMYK0.280.7700.27
HSL277.92º63.16%44.71%-
HSV(B)277.92º77.42%72.94%-
XYZ19.3610.1947.4-
YUV85.62184.65161.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.84%
GREEN value IS 42 (16.80% from 255) = 11.63%
BLUE value IS 186 (73.05% from 255) = 51.52%
R=36.84%
G=11.63%
B=51.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133421860.280.7700.27277.9263.1644.71
Hex852ABA1C4D01B1163f2d
Octal20552272341150334267755
Binary1000010110101010111010111001001101011011100010110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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