Html Css Color HEX #840DBB Dark Violet

📋 copy color: '#840DBB'

red 132 ◦ green 13 ◦ blue 187

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

Shades of Dark Violet #840DBB

Tints of Dark Violet #840DBB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.92%

 BLUE value IS 187 (73.44% from 255) = 56.33%

R = 39.76%
G = 3.92%
B = 56.33%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#840DBB (or 0x840DBB) is known color: Dark Violet. HEX triplet: 84, 0D and BB. RGB value is (132,13,187). Sum of RGB (Red+Green+Blue) = 132+13+187=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #840DBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840DBB is #7BF244. Grayscale: #434343. Windows color (decimal): -8122949 or 12258692. OLE color: 12258692.

HSL color Cylindrical-coordinate representation of color #840DBB: hue angle of 281.03º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #840DBB is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 13 187 -
CMYK 0.29 0.93 0 0.27
HSL 281.03º 0.87% 0.39% -
HSV(B) 281.03º 0.93% 0.73% -
XYZ 18.63 8.78 47.73 -
YUV 68.42 194.92 173.35 -
System Red Green Blue C M Y K H S L
Decimal 132 13 187 0.29 0.93 0 0.27 281.03 0.87 0.39
Hex 84 D BB 1D 5D 0 1B 119 57 27
Octal 204 15 273 35 135 0 33 431 127 47
Binary 10000100 1101 10111011 11101 1011101 0 11011 100011001 1010111 100111

Color Harmonies of #840DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840DBB

Black with #840DBB

Text Example


Text Example

White with #840DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,13,187); }

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

background-color css

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

 a { background-color: rgb(132,13,187); }

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

border-color css

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

 span { border-color: rgb(132,13,187); }

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