Html Css Color HEX #844ADF Blue Violet

📋 copy color: '#844ADF'

red 132 ◦ green 74 ◦ blue 223

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

Shades of Blue Violet #844ADF

Tints of Blue Violet #844ADF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.25%

 BLUE value IS 223 (87.5% from 255) = 51.98%

R = 30.77%
G = 17.25%
B = 51.98%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#844ADF (or 0x844ADF) is known color: Blue Violet. HEX triplet: 84, 4A and DF. RGB value is (132,74,223). Sum of RGB (Red+Green+Blue) = 132+74+223=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #844ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844ADF is #7BB520. Grayscale: #6B6B6B. Windows color (decimal): -8107297 or 14633604. OLE color: 14633604.

HSL color Cylindrical-coordinate representation of color #844ADF: hue angle of 263.36º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #844ADF is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 74 223 -
CMYK 0.41 0.67 0 0.13
HSL 263.36º 0.7% 0.58% -
HSV(B) 263.36º 0.67% 0.87% -
XYZ 25.28 15.13 71.4 -
YUV 108.33 192.72 144.88 -
System Red Green Blue C M Y K H S L
Decimal 132 74 223 0.41 0.67 0 0.13 263.36 0.7 0.58
Hex 84 4A DF 29 43 0 D 107 46 3A
Octal 204 112 337 51 103 0 15 407 106 72
Binary 10000100 1001010 11011111 101001 1000011 0 1101 100000111 1000110 111010

Color Harmonies of #844ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844ADF

Black with #844ADF

Text Example


Text Example

White with #844ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,74,223); }

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

background-color css

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

 a { background-color: rgb(132,74,223); }

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

border-color css

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

 span { border-color: rgb(132,74,223); }

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