Html Css Color HEX #840ACB Dark Violet

📋 copy color: '#840ACB'

red 132 ◦ green 10 ◦ blue 203

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

Shades of Dark Violet #840ACB

Tints of Dark Violet #840ACB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.9%

 BLUE value IS 203 (79.69% from 255) = 58.84%

R = 38.26%
G = 2.9%
B = 58.84%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#840ACB (or 0x840ACB) is known color: Dark Violet. HEX triplet: 84, 0A and CB. RGB value is (132,10,203). Sum of RGB (Red+Green+Blue) = 132+10+203=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #840ACB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840ACB is #7BF534. Grayscale: #434343. Windows color (decimal): -8123701 or 13306500. OLE color: 13306500.

HSL color Cylindrical-coordinate representation of color #840ACB: hue angle of 277.93º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #840ACB is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 10 203 -
CMYK 0.35 0.95 0 0.20
HSL 277.93º 0.91% 0.42% -
HSV(B) 277.93º 0.95% 0.8% -
XYZ 20.4 9.43 57.25 -
YUV 68.48 203.92 173.31 -
System Red Green Blue C M Y K H S L
Decimal 132 10 203 0.35 0.95 0 0.20 277.93 0.91 0.42
Hex 84 A CB 23 5F 0 14 116 5B 2A
Octal 204 12 313 43 137 0 24 426 133 52
Binary 10000100 1010 11001011 100011 1011111 0 10100 100010110 1011011 101010

Color Harmonies of #840ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840ACB

Black with #840ACB

Text Example


Text Example

White with #840ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,10,203); }

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

background-color css

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

 a { background-color: rgb(132,10,203); }

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

border-color css

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

 span { border-color: rgb(132,10,203); }

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