Html Css Color HEX #842DB3 Dark Orchid

📋 copy color: '#842DB3'

red 132 ◦ green 45 ◦ blue 179

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

Shades of Dark Orchid #842DB3

Tints of Dark Orchid #842DB3

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.64%

 BLUE value IS 179 (70.31% from 255) = 50.28%

R = 37.08%
G = 12.64%
B = 50.28%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#842DB3 (or 0x842DB3) is known color: Dark Orchid. HEX triplet: 84, 2D and B3. RGB value is (132,45,179). Sum of RGB (Red+Green+Blue) = 132+45+179=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 179 (70.31% from 255 or 50.28% from 356); Max value from RGB is 179 - color contains mainly: blue. Hex color #842DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842DB3 is #7BD24C. Grayscale: #555555. Windows color (decimal): -8114765 or 11742596. OLE color: 11742596.

HSL color Cylindrical-coordinate representation of color #842DB3: hue angle of 278.96º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #842DB3 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 132 45 179 -
CMYK 0.26 0.75 0 0.30
HSL 278.96º 0.6% 0.44% -
HSV(B) 278.96º 0.75% 0.7% -
XYZ 18.59 10.04 43.61 -
YUV 86.29 180.32 160.6 -
System Red Green Blue C M Y K H S L
Decimal 132 45 179 0.26 0.75 0 0.30 278.96 0.6 0.44
Hex 84 2D B3 1A 4B 0 1E 117 3C 2C
Octal 204 55 263 32 113 0 36 427 74 54
Binary 10000100 101101 10110011 11010 1001011 0 11110 100010111 111100 101100

Color Harmonies of #842DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842DB3

Black with #842DB3

Text Example


Text Example

White with #842DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842DB3; }

 p { color: rgb(132,45,179); }

 H1.HeaderClassName
 {
   color: #842DB3;
 }
 .AnyTagClassName
 {
   color: #842DB3;
 }
</style>

background-color css

<style>
 a { background-color: #842DB3; }

 a { background-color: rgb(132,45,179); }

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

border-color css

<style>
 span { border-color: #842DB3; }

 span { border-color: rgb(132,45,179); }

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