Html Css Color HEX #840CDE Dark Violet

📋 copy color: '#840CDE'

red 132 ◦ green 12 ◦ blue 222

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

Shades of Dark Violet #840CDE

Tints of Dark Violet #840CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 60.66%

R = 36.07%
G = 3.28%
B = 60.66%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#840CDE (or 0x840CDE) is known color: Dark Violet. HEX triplet: 84, 0C and DE. RGB value is (132,12,222). Sum of RGB (Red+Green+Blue) = 132+12+222=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 222 (87.11% from 255 or 60.66% from 366); Max value from RGB is 222 - color contains mainly: blue. Hex color #840CDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840CDE is #7BF321. Grayscale: #474747. Windows color (decimal): -8123170 or 14552196. OLE color: 14552196.

HSL color Cylindrical-coordinate representation of color #840CDE: hue angle of 274.29º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #840CDE is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 12 222 -
CMYK 0.41 0.95 0 0.13
HSL 274.29º 0.9% 0.46% -
HSV(B) 274.29º 0.95% 0.87% -
XYZ 22.83 10.44 69.92 -
YUV 71.82 212.76 170.92 -
System Red Green Blue C M Y K H S L
Decimal 132 12 222 0.41 0.95 0 0.13 274.29 0.9 0.46
Hex 84 C DE 29 5F 0 D 112 5A 2E
Octal 204 14 336 51 137 0 15 422 132 56
Binary 10000100 1100 11011110 101001 1011111 0 1101 100010010 1011010 101110

Color Harmonies of #840CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840CDE

Black with #840CDE

Text Example


Text Example

White with #840CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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