Html Css Color HEX #843CDD Blue Violet

📋 copy color: '#843CDD'

red 132 ◦ green 60 ◦ blue 221

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

Shades of Blue Violet #843CDD

Tints of Blue Violet #843CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.51%

R = 31.96%
G = 14.53%
B = 53.51%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#843CDD (or 0x843CDD) is known color: Blue Violet. HEX triplet: 84, 3C and DD. RGB value is (132,60,221). Sum of RGB (Red+Green+Blue) = 132+60+221=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 60 (23.83% from 255 or 14.53% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #843CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843CDD is #7BC322. Grayscale: #636363. Windows color (decimal): -8110883 or 14498948. OLE color: 14498948.

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

Color convert

RGB 132 60 221 -
CMYK 0.40 0.73 0 0.13
HSL 266.83º 0.7% 0.55% -
HSV(B) 266.83º 0.73% 0.87% -
XYZ 24.18 13.36 69.71 -
YUV 99.88 196.35 150.91 -
System Red Green Blue C M Y K H S L
Decimal 132 60 221 0.40 0.73 0 0.13 266.83 0.7 0.55
Hex 84 3C DD 28 49 0 D 10B 46 37
Octal 204 74 335 50 111 0 15 413 106 67
Binary 10000100 111100 11011101 101000 1001001 0 1101 100001011 1000110 110111

Color Harmonies of #843CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843CDD

Black with #843CDD

Text Example


Text Example

White with #843CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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