Html Css Color HEX #834ADD Blue Violet

📋 copy color: '#834ADD'

red 131 ◦ green 74 ◦ blue 221

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

Shades of Blue Violet #834ADD

Tints of Blue Violet #834ADD

RGB

 RED value IS 131 (51.56% from 255) = 30.75%

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

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

R = 30.75%
G = 17.37%
B = 51.88%

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

#834ADD (or 0x834ADD) is known color: Blue Violet. HEX triplet: 83, 4A and DD. RGB value is (131,74,221). Sum of RGB (Red+Green+Blue) = 131+74+221=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 74 (29.30% from 255 or 17.37% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #834ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834ADD is #7CB522. Grayscale: #6B6B6B. Windows color (decimal): -8172835 or 14502531. OLE color: 14502531.

HSL color Cylindrical-coordinate representation of color #834ADD: hue angle of 263.27º degrees, saturation: 0.68, 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 #834ADD is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 74 221 -
CMYK 0.41 0.67 0 0.13
HSL 263.27º 0.68% 0.58% -
HSV(B) 263.27º 0.67% 0.87% -
XYZ 24.86 14.94 69.98 -
YUV 107.8 191.88 144.55 -
System Red Green Blue C M Y K H S L
Decimal 131 74 221 0.41 0.67 0 0.13 263.27 0.68 0.58
Hex 83 4A DD 29 43 0 D 107 44 3A
Octal 203 112 335 51 103 0 15 407 104 72
Binary 10000011 1001010 11011101 101001 1000011 0 1101 100000111 1000100 111010

Color Harmonies of #834ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834ADD

Black with #834ADD

Text Example


Text Example

White with #834ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834ADD; }

 p { color: rgb(131,74,221); }

 H1.HeaderClassName
 {
   color: #834ADD;
 }
 .AnyTagClassName
 {
   color: #834ADD;
 }
</style>

background-color css

<style>
 a { background-color: #834ADD; }

 a { background-color: rgb(131,74,221); }

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

border-color css

<style>
 span { border-color: #834ADD; }

 span { border-color: rgb(131,74,221); }

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