Html Css Color HEX #840FB2 Dark Violet

📋 copy color: '#840FB2'

red 132 ◦ green 15 ◦ blue 178

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

Shades of Dark Violet #840FB2

Tints of Dark Violet #840FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 54.77%

R = 40.62%
G = 4.62%
B = 54.77%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#840FB2 (or 0x840FB2) is known color: Dark Violet. HEX triplet: 84, 0F and B2. RGB value is (132,15,178). Sum of RGB (Red+Green+Blue) = 132+15+178=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 178 (69.92% from 255 or 54.77% from 325); Max value from RGB is 178 - color contains mainly: blue. Hex color #840FB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840FB2 is #7BF04D. Grayscale: #444444. Windows color (decimal): -8122446 or 11669380. OLE color: 11669380.

HSL color Cylindrical-coordinate representation of color #840FB2: hue angle of 283.07º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #840FB2 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 132 15 178 -
CMYK 0.26 0.92 0 0.30
HSL 283.07º 0.84% 0.38% -
HSV(B) 283.07º 0.92% 0.7% -
XYZ 17.72 8.46 42.82 -
YUV 68.57 189.76 173.25 -
System Red Green Blue C M Y K H S L
Decimal 132 15 178 0.26 0.92 0 0.30 283.07 0.84 0.38
Hex 84 F B2 1A 5C 0 1E 11B 54 26
Octal 204 17 262 32 134 0 36 433 124 46
Binary 10000100 1111 10110010 11010 1011100 0 11110 100011011 1010100 100110

Color Harmonies of #840FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840FB2

Black with #840FB2

Text Example


Text Example

White with #840FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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