Html Css Color HEX #844CDC Blue Violet

📋 copy color: '#844CDC'

red 132 ◦ green 76 ◦ blue 220

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

Shades of Blue Violet #844CDC

Tints of Blue Violet #844CDC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.76%

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

R = 30.84%
G = 17.76%
B = 51.4%

CMYK

 C value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#844CDC (or 0x844CDC) is known color: Blue Violet. HEX triplet: 84, 4C and DC. RGB value is (132,76,220). Sum of RGB (Red+Green+Blue) = 132+76+220=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #844CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844CDC is #7BB323. Grayscale: #6C6C6C. Windows color (decimal): -8106788 or 14437508. OLE color: 14437508.

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

Color convert

RGB 132 76 220 -
CMYK 0.40 0.65 0 0.14
HSL 263.33º 0.67% 0.58% -
HSV(B) 263.33º 0.65% 0.86% -
XYZ 25.02 15.24 69.33 -
YUV 109.16 190.55 144.29 -
System Red Green Blue C M Y K H S L
Decimal 132 76 220 0.40 0.65 0 0.14 263.33 0.67 0.58
Hex 84 4C DC 28 41 0 E 107 43 3A
Octal 204 114 334 50 101 0 16 407 103 72
Binary 10000100 1001100 11011100 101000 1000001 0 1110 100000111 1000011 111010

Color Harmonies of #844CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844CDC

Black with #844CDC

Text Example


Text Example

White with #844CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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