Html Css Color HEX #840BBE Dark Violet

📋 copy color: '#840BBE'

red 132 ◦ green 11 ◦ blue 190

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

Shades of Dark Violet #840BBE

Tints of Dark Violet #840BBE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.3%

 BLUE value IS 190 (74.61% from 255) = 57.06%

R = 39.64%
G = 3.3%
B = 57.06%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#840BBE (or 0x840BBE) is known color: Dark Violet. HEX triplet: 84, 0B and BE. RGB value is (132,11,190). Sum of RGB (Red+Green+Blue) = 132+11+190=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #840BBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840BBE is #7BF441. Grayscale: #424242. Windows color (decimal): -8123458 or 12454788. OLE color: 12454788.

HSL color Cylindrical-coordinate representation of color #840BBE: hue angle of 280.56º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #840BBE is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 11 190 -
CMYK 0.31 0.94 0 0.25
HSL 280.56º 0.89% 0.39% -
HSV(B) 280.56º 0.94% 0.75% -
XYZ 18.93 8.86 49.43 -
YUV 67.59 197.09 173.95 -
System Red Green Blue C M Y K H S L
Decimal 132 11 190 0.31 0.94 0 0.25 280.56 0.89 0.39
Hex 84 B BE 1F 5E 0 19 119 59 27
Octal 204 13 276 37 136 0 31 431 131 47
Binary 10000100 1011 10111110 11111 1011110 0 11001 100011001 1011001 100111

Color Harmonies of #840BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840BBE

Black with #840BBE

Text Example


Text Example

White with #840BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,11,190); }

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

background-color css

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

 a { background-color: rgb(132,11,190); }

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

border-color css

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

 span { border-color: rgb(132,11,190); }

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