Html Css Color HEX #841ABE Dark Orchid

📋 copy color: '#841ABE'

red 132 ◦ green 26 ◦ blue 190

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

Shades of Dark Orchid #841ABE

Tints of Dark Orchid #841ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.6%

R = 37.93%
G = 7.47%
B = 54.6%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#841ABE (or 0x841ABE) is known color: Dark Orchid. HEX triplet: 84, 1A and BE. RGB value is (132,26,190). Sum of RGB (Red+Green+Blue) = 132+26+190=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #841ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841ABE is #7BE541. Grayscale: #4B4B4B. Windows color (decimal): -8119618 or 12458628. OLE color: 12458628.

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

Color convert

RGB 132 26 190 -
CMYK 0.31 0.86 0 0.25
HSL 278.78º 0.76% 0.42% -
HSV(B) 278.78º 0.86% 0.75% -
XYZ 19.18 9.36 49.51 -
YUV 76.39 192.12 167.66 -
System Red Green Blue C M Y K H S L
Decimal 132 26 190 0.31 0.86 0 0.25 278.78 0.76 0.42
Hex 84 1A BE 1F 56 0 19 117 4C 2A
Octal 204 32 276 37 126 0 31 427 114 52
Binary 10000100 11010 10111110 11111 1010110 0 11001 100010111 1001100 101010

Color Harmonies of #841ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841ABE

Black with #841ABE

Text Example


Text Example

White with #841ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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