Html Css Color HEX #840FDD Dark Violet

📋 copy color: '#840FDD'

red 132 ◦ green 15 ◦ blue 221

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

Shades of Dark Violet #840FDD

Tints of Dark Violet #840FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.08%

 BLUE value IS 221 (86.72% from 255) = 60.05%

R = 35.87%
G = 4.08%
B = 60.05%

CMYK

 C value IS 0.40

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#840FDD (or 0x840FDD) is known color: Dark Violet. HEX triplet: 84, 0F and DD. RGB value is (132,15,221). Sum of RGB (Red+Green+Blue) = 132+15+221=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #840FDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840FDD is #7BF022. Grayscale: #484848. Windows color (decimal): -8122403 or 14487428. OLE color: 14487428.

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

Color convert

RGB 132 15 221 -
CMYK 0.40 0.93 0 0.13
HSL 274.08º 0.87% 0.46% -
HSV(B) 274.08º 0.93% 0.87% -
XYZ 22.74 10.47 69.23 -
YUV 73.47 211.26 169.75 -
System Red Green Blue C M Y K H S L
Decimal 132 15 221 0.40 0.93 0 0.13 274.08 0.87 0.46
Hex 84 F DD 28 5D 0 D 112 57 2E
Octal 204 17 335 50 135 0 15 422 127 56
Binary 10000100 1111 11011101 101000 1011101 0 1101 100010010 1010111 101110

Color Harmonies of #840FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840FDD

Black with #840FDD

Text Example


Text Example

White with #840FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,15,221); }

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

background-color css

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

 a { background-color: rgb(132,15,221); }

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

border-color css

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

 span { border-color: rgb(132,15,221); }

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