Html Css Color HEX #841AB8 Dark Orchid

📋 copy color: '#841AB8'

red 132 ◦ green 26 ◦ blue 184

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

Shades of Dark Orchid #841AB8

Tints of Dark Orchid #841AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 53.8%

R = 38.6%
G = 7.6%
B = 53.8%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#841AB8 (or 0x841AB8) is known color: Dark Orchid. HEX triplet: 84, 1A and B8. RGB value is (132,26,184). Sum of RGB (Red+Green+Blue) = 132+26+184=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 184 (72.27% from 255 or 53.80% from 342); Max value from RGB is 184 - color contains mainly: blue. Hex color #841AB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841AB8 is #7BE547. Grayscale: #4B4B4B. Windows color (decimal): -8119624 or 12065412. OLE color: 12065412.

HSL color Cylindrical-coordinate representation of color #841AB8: hue angle of 280.25º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841AB8 is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 132 26 184 -
CMYK 0.28 0.86 0 0.28
HSL 280.25º 0.75% 0.41% -
HSV(B) 280.25º 0.86% 0.72% -
XYZ 18.54 9.11 46.13 -
YUV 75.71 189.12 168.15 -
System Red Green Blue C M Y K H S L
Decimal 132 26 184 0.28 0.86 0 0.28 280.25 0.75 0.41
Hex 84 1A B8 1C 56 0 1C 118 4B 29
Octal 204 32 270 34 126 0 34 430 113 51
Binary 10000100 11010 10111000 11100 1010110 0 11100 100011000 1001011 101001

Color Harmonies of #841AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841AB8

Black with #841AB8

Text Example


Text Example

White with #841AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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