Html Css Color HEX #841BB7 Dark Orchid

📋 copy color: '#841BB7'

red 132 ◦ green 27 ◦ blue 183

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

Shades of Dark Orchid #841BB7

Tints of Dark Orchid #841BB7

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.89%

 BLUE value IS 183 (71.88% from 255) = 53.51%

R = 38.6%
G = 7.89%
B = 53.51%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#841BB7 (or 0x841BB7) is known color: Dark Orchid. HEX triplet: 84, 1B and B7. RGB value is (132,27,183). Sum of RGB (Red+Green+Blue) = 132+27+183=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 183 (71.88% from 255 or 53.51% from 342); Max value from RGB is 183 - color contains mainly: blue. Hex color #841BB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841BB7 is #7BE448. Grayscale: #4B4B4B. Windows color (decimal): -8119369 or 12000132. OLE color: 12000132.

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

Color convert

RGB 132 27 183 -
CMYK 0.28 0.85 0 0.28
HSL 280.38º 0.74% 0.41% -
HSV(B) 280.38º 0.85% 0.72% -
XYZ 18.45 9.11 45.59 -
YUV 76.18 188.29 167.82 -
System Red Green Blue C M Y K H S L
Decimal 132 27 183 0.28 0.85 0 0.28 280.38 0.74 0.41
Hex 84 1B B7 1C 55 0 1C 118 4A 29
Octal 204 33 267 34 125 0 34 430 112 51
Binary 10000100 11011 10110111 11100 1010101 0 11100 100011000 1001010 101001

Color Harmonies of #841BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841BB7

Black with #841BB7

Text Example


Text Example

White with #841BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,27,183); }

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

background-color css

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

 a { background-color: rgb(132,27,183); }

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

border-color css

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

 span { border-color: rgb(132,27,183); }

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