Html Css Color HEX #842CBF Dark Orchid

📋 copy color: '#842CBF'

red 132 ◦ green 44 ◦ blue 191

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

Shades of Dark Orchid #842CBF

Tints of Dark Orchid #842CBF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.99%

 BLUE value IS 191 (75% from 255) = 52.04%

R = 35.97%
G = 11.99%
B = 52.04%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#842CBF (or 0x842CBF) is known color: Dark Orchid. HEX triplet: 84, 2C and BF. RGB value is (132,44,191). Sum of RGB (Red+Green+Blue) = 132+44+191=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #842CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842CBF is #7BD340. Grayscale: #565656. Windows color (decimal): -8115009 or 12528772. OLE color: 12528772.

HSL color Cylindrical-coordinate representation of color #842CBF: hue angle of 275.92º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #842CBF is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 44 191 -
CMYK 0.31 0.77 0 0.25
HSL 275.92º 0.63% 0.46% -
HSV(B) 275.92º 0.77% 0.75% -
XYZ 19.82 10.47 50.27 -
YUV 87.07 186.65 160.05 -
System Red Green Blue C M Y K H S L
Decimal 132 44 191 0.31 0.77 0 0.25 275.92 0.63 0.46
Hex 84 2C BF 1F 4D 0 19 114 3F 2E
Octal 204 54 277 37 115 0 31 424 77 56
Binary 10000100 101100 10111111 11111 1001101 0 11001 100010100 111111 101110

Color Harmonies of #842CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842CBF

Black with #842CBF

Text Example


Text Example

White with #842CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,44,191); }

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

background-color css

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

 a { background-color: rgb(132,44,191); }

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

border-color css

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

 span { border-color: rgb(132,44,191); }

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