Html Css Color HEX #840ADF Dark Violet

📋 copy color: '#840ADF'

red 132 ◦ green 10 ◦ blue 223

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

Shades of Dark Violet #840ADF

Tints of Dark Violet #840ADF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.74%

 BLUE value IS 223 (87.5% from 255) = 61.1%

R = 36.16%
G = 2.74%
B = 61.1%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#840ADF (or 0x840ADF) is known color: Dark Violet. HEX triplet: 84, 0A and DF. RGB value is (132,10,223). Sum of RGB (Red+Green+Blue) = 132+10+223=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #840ADF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840ADF is #7BF520. Grayscale: #464646. Windows color (decimal): -8123681 or 14617220. OLE color: 14617220.

HSL color Cylindrical-coordinate representation of color #840ADF: hue angle of 274.37º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #840ADF is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 10 223 -
CMYK 0.41 0.96 0 0.13
HSL 274.37º 0.91% 0.46% -
HSV(B) 274.37º 0.96% 0.87% -
XYZ 22.94 10.45 70.62 -
YUV 70.76 213.92 171.68 -
System Red Green Blue C M Y K H S L
Decimal 132 10 223 0.41 0.96 0 0.13 274.37 0.91 0.46
Hex 84 A DF 29 60 0 D 112 5B 2E
Octal 204 12 337 51 140 0 15 422 133 56
Binary 10000100 1010 11011111 101001 1100000 0 1101 100010010 1011011 101110

Color Harmonies of #840ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840ADF

Black with #840ADF

Text Example


Text Example

White with #840ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840ADF; }

 p { color: rgb(132,10,223); }

 H1.HeaderClassName
 {
   color: #840ADF;
 }
 .AnyTagClassName
 {
   color: #840ADF;
 }
</style>

background-color css

<style>
 a { background-color: #840ADF; }

 a { background-color: rgb(132,10,223); }

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

border-color css

<style>
 span { border-color: #840ADF; }

 span { border-color: rgb(132,10,223); }

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