Html Css Color HEX #841ABC Dark Orchid

📋 copy color: '#841ABC'

red 132 ◦ green 26 ◦ blue 188

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

Shades of Dark Orchid #841ABC

Tints of Dark Orchid #841ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.34%

R = 38.15%
G = 7.51%
B = 54.34%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#841ABC (or 0x841ABC) is known color: Dark Orchid. HEX triplet: 84, 1A and BC. RGB value is (132,26,188). Sum of RGB (Red+Green+Blue) = 132+26+188=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #841ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841ABC is #7BE543. Grayscale: #4B4B4B. Windows color (decimal): -8119620 or 12327556. OLE color: 12327556.

HSL color Cylindrical-coordinate representation of color #841ABC: hue angle of 279.26º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841ABC is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 26 188 -
CMYK 0.30 0.86 0 0.26
HSL 279.26º 0.76% 0.42% -
HSV(B) 279.26º 0.86% 0.74% -
XYZ 18.96 9.28 48.37 -
YUV 76.16 191.12 167.83 -
System Red Green Blue C M Y K H S L
Decimal 132 26 188 0.30 0.86 0 0.26 279.26 0.76 0.42
Hex 84 1A BC 1E 56 0 1A 117 4C 2A
Octal 204 32 274 36 126 0 32 427 114 52
Binary 10000100 11010 10111100 11110 1010110 0 11010 100010111 1001100 101010

Color Harmonies of #841ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841ABC

Black with #841ABC

Text Example


Text Example

White with #841ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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