Html Css Color HEX #842DB6 Dark Orchid

📋 copy color: '#842DB6'

red 132 ◦ green 45 ◦ blue 182

#842DB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #842DB6

Tints of Dark Orchid #842DB6

RGB

 RED value IS 132 (51.95% from 255) = 36.77%

 GREEN value IS 45 (17.97% from 255) = 12.53%

 BLUE value IS 182 (71.48% from 255) = 50.7%

R = 36.77%
G = 12.53%
B = 50.7%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#842DB6 (or 0x842DB6) is known color: Dark Orchid. HEX triplet: 84, 2D and B6. RGB value is (132,45,182). Sum of RGB (Red+Green+Blue) = 132+45+182=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 45 (17.97% from 255 or 12.53% from 359); Blue value is 182 (71.48% from 255 or 50.70% from 359); Max value from RGB is 182 - color contains mainly: blue. Hex color #842DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842DB6 is #7BD249. Grayscale: #565656. Windows color (decimal): -8114762 or 11939204. OLE color: 11939204.

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

Color convert

RGB 132 45 182 -
CMYK 0.27 0.75 0 0.29
HSL 278.1º 0.6% 0.45% -
HSV(B) 278.1º 0.75% 0.71% -
XYZ 18.9 10.16 45.22 -
YUV 86.63 181.82 160.36 -
System Red Green Blue C M Y K H S L
Decimal 132 45 182 0.27 0.75 0 0.29 278.1 0.6 0.45
Hex 84 2D B6 1B 4B 0 1D 116 3C 2D
Octal 204 55 266 33 113 0 35 426 74 55
Binary 10000100 101101 10110110 11011 1001011 0 11101 100010110 111100 101101

Color Harmonies of #842DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842DB6

Black with #842DB6

Text Example


Text Example

White with #842DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,45,182); }

 H1.HeaderClassName
 {
   color: #842DB6;
 }
 .AnyTagClassName
 {
   color: #842DB6;
 }
</style>

background-color css

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

 a { background-color: rgb(132,45,182); }

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

border-color css

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

 span { border-color: rgb(132,45,182); }

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