Html Css Color HEX #843FDC Blue Violet

📋 copy color: '#843FDC'

red 132 ◦ green 63 ◦ blue 220

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

Shades of Blue Violet #843FDC

Tints of Blue Violet #843FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 15.18%

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

R = 31.81%
G = 15.18%
B = 53.01%

CMYK

 C value IS 0.40

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#843FDC (or 0x843FDC) is known color: Blue Violet. HEX triplet: 84, 3F and DC. RGB value is (132,63,220). Sum of RGB (Red+Green+Blue) = 132+63+220=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #843FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843FDC is #7BC023. Grayscale: #646464. Windows color (decimal): -8110116 or 14434180. OLE color: 14434180.

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

Color convert

RGB 132 63 220 -
CMYK 0.40 0.71 0 0.14
HSL 266.37º 0.69% 0.55% -
HSV(B) 266.37º 0.71% 0.86% -
XYZ 24.21 13.63 69.06 -
YUV 101.53 194.86 149.73 -
System Red Green Blue C M Y K H S L
Decimal 132 63 220 0.40 0.71 0 0.14 266.37 0.69 0.55
Hex 84 3F DC 28 47 0 E 10A 45 37
Octal 204 77 334 50 107 0 16 412 105 67
Binary 10000100 111111 11011100 101000 1000111 0 1110 100001010 1000101 110111

Color Harmonies of #843FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843FDC

Black with #843FDC

Text Example


Text Example

White with #843FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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