Html Css Color HEX #841ABA Dark Orchid

📋 copy color: '#841ABA'

red 132 ◦ green 26 ◦ blue 186

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

Shades of Dark Orchid #841ABA

Tints of Dark Orchid #841ABA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.56%

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

R = 38.37%
G = 7.56%
B = 54.07%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#841ABA (or 0x841ABA) is known color: Dark Orchid. HEX triplet: 84, 1A and BA. RGB value is (132,26,186). Sum of RGB (Red+Green+Blue) = 132+26+186=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #841ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841ABA is #7BE545. Grayscale: #4B4B4B. Windows color (decimal): -8119622 or 12196484. OLE color: 12196484.

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

Color convert

RGB 132 26 186 -
CMYK 0.29 0.86 0 0.27
HSL 279.75º 0.75% 0.42% -
HSV(B) 279.75º 0.86% 0.73% -
XYZ 18.75 9.19 47.24 -
YUV 75.93 190.12 167.99 -
System Red Green Blue C M Y K H S L
Decimal 132 26 186 0.29 0.86 0 0.27 279.75 0.75 0.42
Hex 84 1A BA 1D 56 0 1B 118 4B 2A
Octal 204 32 272 35 126 0 33 430 113 52
Binary 10000100 11010 10111010 11101 1010110 0 11011 100011000 1001011 101010

Color Harmonies of #841ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841ABA

Black with #841ABA

Text Example


Text Example

White with #841ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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