Html Css Color HEX #844CDB Blue Violet

📋 copy color: '#844CDB'

red 132 ◦ green 76 ◦ blue 219

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

Shades of Blue Violet #844CDB

Tints of Blue Violet #844CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.29%

R = 30.91%
G = 17.8%
B = 51.29%

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

#844CDB (or 0x844CDB) is known color: Blue Violet. HEX triplet: 84, 4C and DB. RGB value is (132,76,219). Sum of RGB (Red+Green+Blue) = 132+76+219=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #844CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844CDB is #7BB324. Grayscale: #6C6C6C. Windows color (decimal): -8106789 or 14371972. OLE color: 14371972.

HSL color Cylindrical-coordinate representation of color #844CDB: hue angle of 263.5º 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 #844CDB is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 76 219 -
CMYK 0.40 0.65 0 0.14
HSL 263.5º 0.67% 0.58% -
HSV(B) 263.5º 0.65% 0.86% -
XYZ 24.89 15.19 68.64 -
YUV 109.05 190.05 144.37 -
System Red Green Blue C M Y K H S L
Decimal 132 76 219 0.40 0.65 0 0.14 263.5 0.67 0.58
Hex 84 4C DB 28 41 0 E 107 43 3A
Octal 204 114 333 50 101 0 16 407 103 72
Binary 10000100 1001100 11011011 101000 1000001 0 1110 100000111 1000011 111010

Color Harmonies of #844CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844CDB

Black with #844CDB

Text Example


Text Example

White with #844CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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