Html Css Color HEX #841CBB Dark Orchid

📋 copy color: '#841CBB'

red 132 ◦ green 28 ◦ blue 187

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

Shades of Dark Orchid #841CBB

Tints of Dark Orchid #841CBB

RGB

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

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

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

R = 38.04%
G = 8.07%
B = 53.89%

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

#841CBB (or 0x841CBB) is known color: Dark Orchid. HEX triplet: 84, 1C and BB. RGB value is (132,28,187). Sum of RGB (Red+Green+Blue) = 132+28+187=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #841CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841CBB is #7BE344. Grayscale: #4C4C4C. Windows color (decimal): -8119109 or 12262532. OLE color: 12262532.

HSL color Cylindrical-coordinate representation of color #841CBB: hue angle of 279.25º 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 #841CBB is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 28 187 -
CMYK 0.29 0.85 0 0.27
HSL 279.25º 0.74% 0.42% -
HSV(B) 279.25º 0.85% 0.73% -
XYZ 18.9 9.32 47.82 -
YUV 77.22 189.96 167.07 -
System Red Green Blue C M Y K H S L
Decimal 132 28 187 0.29 0.85 0 0.27 279.25 0.74 0.42
Hex 84 1C BB 1D 55 0 1B 117 4A 2A
Octal 204 34 273 35 125 0 33 427 112 52
Binary 10000100 11100 10111011 11101 1010101 0 11011 100010111 1001010 101010

Color Harmonies of #841CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841CBB

Black with #841CBB

Text Example


Text Example

White with #841CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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