Html Css Color HEX #841CBA Dark Orchid

📋 copy color: '#841CBA'

red 132 ◦ green 28 ◦ blue 186

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

Shades of Dark Orchid #841CBA

Tints of Dark Orchid #841CBA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.09%

 BLUE value IS 186 (73.05% from 255) = 53.76%

R = 38.15%
G = 8.09%
B = 53.76%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#841CBA (or 0x841CBA) is known color: Dark Orchid. HEX triplet: 84, 1C and BA. RGB value is (132,28,186). Sum of RGB (Red+Green+Blue) = 132+28+186=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #841CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841CBA is #7BE345. Grayscale: #4C4C4C. Windows color (decimal): -8119110 or 12196996. OLE color: 12196996.

HSL color Cylindrical-coordinate representation of color #841CBA: hue angle of 279.49º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #841CBA is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 28 186 -
CMYK 0.29 0.85 0 0.27
HSL 279.49º 0.74% 0.42% -
HSV(B) 279.49º 0.85% 0.73% -
XYZ 18.79 9.28 47.26 -
YUV 77.11 189.46 167.15 -
System Red Green Blue C M Y K H S L
Decimal 132 28 186 0.29 0.85 0 0.27 279.49 0.74 0.42
Hex 84 1C BA 1D 55 0 1B 117 4A 2A
Octal 204 34 272 35 125 0 33 427 112 52
Binary 10000100 11100 10111010 11101 1010101 0 11011 100010111 1001010 101010

Color Harmonies of #841CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841CBA

Black with #841CBA

Text Example


Text Example

White with #841CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841CBA; }

 p { color: rgb(132,28,186); }

 H1.HeaderClassName
 {
   color: #841CBA;
 }
 .AnyTagClassName
 {
   color: #841CBA;
 }
</style>

background-color css

<style>
 a { background-color: #841CBA; }

 a { background-color: rgb(132,28,186); }

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

border-color css

<style>
 span { border-color: #841CBA; }

 span { border-color: rgb(132,28,186); }

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