Html Css Color HEX #840CBA Dark Violet

📋 copy color: '#840CBA'

red 132 ◦ green 12 ◦ blue 186

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

Shades of Dark Violet #840CBA

Tints of Dark Violet #840CBA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.64%

 BLUE value IS 186 (73.05% from 255) = 56.36%

R = 40%
G = 3.64%
B = 56.36%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#840CBA (or 0x840CBA) is known color: Dark Violet. HEX triplet: 84, 0C and BA. RGB value is (132,12,186). Sum of RGB (Red+Green+Blue) = 132+12+186=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #840CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840CBA is #7BF345. Grayscale: #434343. Windows color (decimal): -8123206 or 12192900. OLE color: 12192900.

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

Color convert

RGB 132 12 186 -
CMYK 0.29 0.94 0 0.27
HSL 281.38º 0.88% 0.39% -
HSV(B) 281.38º 0.94% 0.73% -
XYZ 18.51 8.71 47.16 -
YUV 67.72 194.76 173.85 -
System Red Green Blue C M Y K H S L
Decimal 132 12 186 0.29 0.94 0 0.27 281.38 0.88 0.39
Hex 84 C BA 1D 5E 0 1B 119 58 27
Octal 204 14 272 35 136 0 33 431 130 47
Binary 10000100 1100 10111010 11101 1011110 0 11011 100011001 1011000 100111

Color Harmonies of #840CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840CBA

Black with #840CBA

Text Example


Text Example

White with #840CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,12,186); }

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

background-color css

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

 a { background-color: rgb(132,12,186); }

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

border-color css

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

 span { border-color: rgb(132,12,186); }

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