#842FBB

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

Shades of Dark Orchid #842FBB

Tints of Dark Orchid #842FBB

Color information

#842FBB (or 0x842FBB) is unknown color: approx Dark Orchid. HEX triplet: 84, 2F and BB. RGB value is (132,47,187). Sum of RGB (Red+Green+Blue) = 132+47+187=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 47 (18.75% from 255 or 12.84% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #842FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842FBB is #7BD044. Grayscale: #575757. Windows color (decimal): -8114245 or 12267396. OLE color: 12267396.

HSL color Cylindrical-coordinate representation of color #842FBB: hue angle of 276.43º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #842FBB is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13247187-
CMYK0.290.7500.27
HSL276.43º59.83%45.88%-
HSV(B)276.43º74.87%73.33%-
XYZ19.510.5348.02-
YUV88.37183.66159.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.07%
GREEN value IS 47 (18.75% from 255) = 12.84%
BLUE value IS 187 (73.44% from 255) = 51.09%
R=36.07%
G=12.84%
B=51.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132471870.290.7500.27276.4359.8345.88
Hex842FBB1D4B01B1143c2e
Octal20457273351130334247456
Binary1000010010111110111011111011001011011011100010100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842FBB; }

 p { color: rgb(132,47,187); }

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

<style>
 a { background-color: #842FBB; }

 a { background-color: rgb(132,47,187); }

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

<style>
 span { border-color: #842FBB; }

 span { border-color: rgb(132,47,187); }

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