Html Css Color HEX #843CDC Blue Violet

📋 copy color: '#843CDC'

red 132 ◦ green 60 ◦ blue 220

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

Shades of Blue Violet #843CDC

Tints of Blue Violet #843CDC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.56%

 BLUE value IS 220 (86.33% from 255) = 53.4%

R = 32.04%
G = 14.56%
B = 53.4%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#843CDC (or 0x843CDC) is known color: Blue Violet. HEX triplet: 84, 3C and DC. RGB value is (132,60,220). Sum of RGB (Red+Green+Blue) = 132+60+220=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #843CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843CDC is #7BC323. Grayscale: #636363. Windows color (decimal): -8110884 or 14433412. OLE color: 14433412.

HSL color Cylindrical-coordinate representation of color #843CDC: hue angle of 267º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #843CDC is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 60 220 -
CMYK 0.40 0.73 0 0.14
HSL 267º 0.7% 0.55% -
HSV(B) 267º 0.73% 0.86% -
XYZ 24.05 13.3 69.01 -
YUV 99.77 195.85 150.99 -
System Red Green Blue C M Y K H S L
Decimal 132 60 220 0.40 0.73 0 0.14 267 0.7 0.55
Hex 84 3C DC 28 49 0 E 10B 46 37
Octal 204 74 334 50 111 0 16 413 106 67
Binary 10000100 111100 11011100 101000 1001001 0 1110 100001011 1000110 110111

Color Harmonies of #843CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843CDC

Black with #843CDC

Text Example


Text Example

White with #843CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843CDC; }

 p { color: rgb(132,60,220); }

 H1.HeaderClassName
 {
   color: #843CDC;
 }
 .AnyTagClassName
 {
   color: #843CDC;
 }
</style>

background-color css

<style>
 a { background-color: #843CDC; }

 a { background-color: rgb(132,60,220); }

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

border-color css

<style>
 span { border-color: #843CDC; }

 span { border-color: rgb(132,60,220); }

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