Html Css Color HEX #842CBB Dark Orchid

📋 copy color: '#842CBB'

red 132 ◦ green 44 ◦ blue 187

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

Shades of Dark Orchid #842CBB

Tints of Dark Orchid #842CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.52%

R = 36.36%
G = 12.12%
B = 51.52%

CMYK

 C value IS 0.29

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#842CBB (or 0x842CBB) is known color: Dark Orchid. HEX triplet: 84, 2C and BB. RGB value is (132,44,187). Sum of RGB (Red+Green+Blue) = 132+44+187=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #842CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842CBB is #7BD344. Grayscale: #565656. Windows color (decimal): -8115013 or 12266628. OLE color: 12266628.

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

Color convert

RGB 132 44 187 -
CMYK 0.29 0.76 0 0.27
HSL 276.92º 0.62% 0.45% -
HSV(B) 276.92º 0.76% 0.73% -
XYZ 19.39 10.29 47.98 -
YUV 86.61 184.65 160.37 -
System Red Green Blue C M Y K H S L
Decimal 132 44 187 0.29 0.76 0 0.27 276.92 0.62 0.45
Hex 84 2C BB 1D 4C 0 1B 115 3E 2D
Octal 204 54 273 35 114 0 33 425 76 55
Binary 10000100 101100 10111011 11101 1001100 0 11011 100010101 111110 101101

Color Harmonies of #842CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842CBB

Black with #842CBB

Text Example


Text Example

White with #842CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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