Html Css Color HEX #840CE8 Dark Violet

📋 copy color: '#840CE8'

red 132 ◦ green 12 ◦ blue 232

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

Shades of Dark Violet #840CE8

Tints of Dark Violet #840CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 61.7%

R = 35.11%
G = 3.19%
B = 61.7%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#840CE8 (or 0x840CE8) is known color: Dark Violet. HEX triplet: 84, 0C and E8. RGB value is (132,12,232). Sum of RGB (Red+Green+Blue) = 132+12+232=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 232 (91.02% from 255 or 61.70% from 376); Max value from RGB is 232 - color contains mainly: blue. Hex color #840CE8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #840CE8 is #7BF317. Grayscale: #484848. Windows color (decimal): -8123160 or 15207556. OLE color: 15207556.

HSL color Cylindrical-coordinate representation of color #840CE8: hue angle of 272.73º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #840CE8 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 132 12 232 -
CMYK 0.43 0.95 0 0.09
HSL 272.73º 0.9% 0.48% -
HSV(B) 272.73º 0.95% 0.91% -
XYZ 24.21 10.99 77.19 -
YUV 72.96 217.76 170.11 -
System Red Green Blue C M Y K H S L
Decimal 132 12 232 0.43 0.95 0 0.09 272.73 0.9 0.48
Hex 84 C E8 2B 5F 0 9 111 5A 30
Octal 204 14 350 53 137 0 11 421 132 60
Binary 10000100 1100 11101000 101011 1011111 0 1001 100010001 1011010 110000

Color Harmonies of #840CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840CE8

Black with #840CE8

Text Example


Text Example

White with #840CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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