Html Css Color HEX #842DBA Dark Orchid

📋 copy color: '#842DBA'

red 132 ◦ green 45 ◦ blue 186

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

Shades of Dark Orchid #842DBA

Tints of Dark Orchid #842DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.24%

R = 36.36%
G = 12.4%
B = 51.24%

CMYK

 C value IS 0.29

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#842DBA (or 0x842DBA) is known color: Dark Orchid. HEX triplet: 84, 2D and BA. RGB value is (132,45,186). Sum of RGB (Red+Green+Blue) = 132+45+186=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #842DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842DBA is #7BD245. Grayscale: #565656. Windows color (decimal): -8114758 or 12201348. OLE color: 12201348.

HSL color Cylindrical-coordinate representation of color #842DBA: hue angle of 277.02º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #842DBA is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 45 186 -
CMYK 0.29 0.76 0 0.27
HSL 277.02º 0.61% 0.45% -
HSV(B) 277.02º 0.76% 0.73% -
XYZ 19.32 10.33 47.43 -
YUV 87.09 183.82 160.04 -
System Red Green Blue C M Y K H S L
Decimal 132 45 186 0.29 0.76 0 0.27 277.02 0.61 0.45
Hex 84 2D BA 1D 4C 0 1B 115 3D 2D
Octal 204 55 272 35 114 0 33 425 75 55
Binary 10000100 101101 10111010 11101 1001100 0 11011 100010101 111101 101101

Color Harmonies of #842DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842DBA

Black with #842DBA

Text Example


Text Example

White with #842DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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