Html Css Color HEX #834ADB Blue Violet

📋 copy color: '#834ADB'

red 131 ◦ green 74 ◦ blue 219

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

Shades of Blue Violet #834ADB

Tints of Blue Violet #834ADB

RGB

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

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

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

R = 30.9%
G = 17.45%
B = 51.65%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#834ADB (or 0x834ADB) is known color: Blue Violet. HEX triplet: 83, 4A and DB. RGB value is (131,74,219). Sum of RGB (Red+Green+Blue) = 131+74+219=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #834ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834ADB is #7CB524. Grayscale: #6B6B6B. Windows color (decimal): -8172837 or 14371459. OLE color: 14371459.

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

Color convert

RGB 131 74 219 -
CMYK 0.40 0.66 0 0.14
HSL 263.59º 0.67% 0.57% -
HSV(B) 263.59º 0.66% 0.86% -
XYZ 24.6 14.84 68.59 -
YUV 107.57 190.88 144.71 -
System Red Green Blue C M Y K H S L
Decimal 131 74 219 0.40 0.66 0 0.14 263.59 0.67 0.57
Hex 83 4A DB 28 42 0 E 108 43 39
Octal 203 112 333 50 102 0 16 410 103 71
Binary 10000011 1001010 11011011 101000 1000010 0 1110 100001000 1000011 111001

Color Harmonies of #834ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834ADB

Black with #834ADB

Text Example


Text Example

White with #834ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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