Html Css Color HEX #841FC0 Dark Orchid

📋 copy color: '#841FC0'

red 132 ◦ green 31 ◦ blue 192

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

Shades of Dark Orchid #841FC0

Tints of Dark Orchid #841FC0

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.73%

 BLUE value IS 192 (75.39% from 255) = 54.08%

R = 37.18%
G = 8.73%
B = 54.08%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#841FC0 (or 0x841FC0) is known color: Dark Orchid. HEX triplet: 84, 1F and C0. RGB value is (132,31,192). Sum of RGB (Red+Green+Blue) = 132+31+192=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 192 (75.39% from 255 or 54.08% from 355); Max value from RGB is 192 - color contains mainly: blue. Hex color #841FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841FC0 is #7BE03F. Grayscale: #4F4F4F. Windows color (decimal): -8118336 or 12590980. OLE color: 12590980.

HSL color Cylindrical-coordinate representation of color #841FC0: hue angle of 277.64º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #841FC0 is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 31 192 -
CMYK 0.31 0.84 0 0.25
HSL 277.64º 0.72% 0.44% -
HSV(B) 277.64º 0.84% 0.75% -
XYZ 19.52 9.69 50.71 -
YUV 79.55 191.46 165.41 -
System Red Green Blue C M Y K H S L
Decimal 132 31 192 0.31 0.84 0 0.25 277.64 0.72 0.44
Hex 84 1F C0 1F 54 0 19 116 48 2C
Octal 204 37 300 37 124 0 31 426 110 54
Binary 10000100 11111 11000000 11111 1010100 0 11001 100010110 1001000 101100

Color Harmonies of #841FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841FC0

Black with #841FC0

Text Example


Text Example

White with #841FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,31,192); }

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

background-color css

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

 a { background-color: rgb(132,31,192); }

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

border-color css

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

 span { border-color: rgb(132,31,192); }

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