Html Css Color HEX #841DBB Dark Orchid

📋 copy color: '#841DBB'

red 132 ◦ green 29 ◦ blue 187

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

Shades of Dark Orchid #841DBB

Tints of Dark Orchid #841DBB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.33%

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

R = 37.93%
G = 8.33%
B = 53.74%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#841DBB (or 0x841DBB) is known color: Dark Orchid. HEX triplet: 84, 1D and BB. RGB value is (132,29,187). Sum of RGB (Red+Green+Blue) = 132+29+187=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #841DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841DBB is #7BE244. Grayscale: #4D4D4D. Windows color (decimal): -8118853 or 12262788. OLE color: 12262788.

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

Color convert

RGB 132 29 187 -
CMYK 0.29 0.84 0 0.27
HSL 279.11º 0.73% 0.42% -
HSV(B) 279.11º 0.84% 0.73% -
XYZ 18.92 9.37 47.83 -
YUV 77.81 189.62 166.65 -
System Red Green Blue C M Y K H S L
Decimal 132 29 187 0.29 0.84 0 0.27 279.11 0.73 0.42
Hex 84 1D BB 1D 54 0 1B 117 49 2A
Octal 204 35 273 35 124 0 33 427 111 52
Binary 10000100 11101 10111011 11101 1010100 0 11011 100010111 1001001 101010

Color Harmonies of #841DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841DBB

Black with #841DBB

Text Example


Text Example

White with #841DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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