Html Css Color HEX #842CB3 Dark Orchid

📋 copy color: '#842CB3'

red 132 ◦ green 44 ◦ blue 179

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

Shades of Dark Orchid #842CB3

Tints of Dark Orchid #842CB3

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.39%

 BLUE value IS 179 (70.31% from 255) = 50.42%

R = 37.18%
G = 12.39%
B = 50.42%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#842CB3 (or 0x842CB3) is known color: Dark Orchid. HEX triplet: 84, 2C and B3. RGB value is (132,44,179). Sum of RGB (Red+Green+Blue) = 132+44+179=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 179 (70.31% from 255 or 50.42% from 355); Max value from RGB is 179 - color contains mainly: blue. Hex color #842CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842CB3 is #7BD34C. Grayscale: #555555. Windows color (decimal): -8115021 or 11742340. OLE color: 11742340.

HSL color Cylindrical-coordinate representation of color #842CB3: hue angle of 279.11º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #842CB3 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 132 44 179 -
CMYK 0.26 0.75 0 0.30
HSL 279.11º 0.61% 0.44% -
HSV(B) 279.11º 0.75% 0.7% -
XYZ 18.55 9.96 43.59 -
YUV 85.7 180.65 161.02 -
System Red Green Blue C M Y K H S L
Decimal 132 44 179 0.26 0.75 0 0.30 279.11 0.61 0.44
Hex 84 2C B3 1A 4B 0 1E 117 3D 2C
Octal 204 54 263 32 113 0 36 427 75 54
Binary 10000100 101100 10110011 11010 1001011 0 11110 100010111 111101 101100

Color Harmonies of #842CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842CB3

Black with #842CB3

Text Example


Text Example

White with #842CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,44,179); }

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

background-color css

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

 a { background-color: rgb(132,44,179); }

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

border-color css

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

 span { border-color: rgb(132,44,179); }

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