Html Css Color HEX #834CDB Blue Violet

📋 copy color: '#834CDB'

red 131 ◦ green 76 ◦ blue 219

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

Shades of Blue Violet #834CDB

Tints of Blue Violet #834CDB

RGB

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

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

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

R = 30.75%
G = 17.84%
B = 51.41%

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

#834CDB (or 0x834CDB) is known color: Blue Violet. HEX triplet: 83, 4C and DB. RGB value is (131,76,219). Sum of RGB (Red+Green+Blue) = 131+76+219=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #834CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834CDB is #7CB324. Grayscale: #6C6C6C. Windows color (decimal): -8172325 or 14371971. OLE color: 14371971.

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

Color convert

RGB 131 76 219 -
CMYK 0.40 0.65 0 0.14
HSL 263.08º 0.67% 0.58% -
HSV(B) 263.08º 0.65% 0.86% -
XYZ 24.73 15.11 68.63 -
YUV 108.75 190.22 143.87 -
System Red Green Blue C M Y K H S L
Decimal 131 76 219 0.40 0.65 0 0.14 263.08 0.67 0.58
Hex 83 4C DB 28 41 0 E 107 43 3A
Octal 203 114 333 50 101 0 16 407 103 72
Binary 10000011 1001100 11011011 101000 1000001 0 1110 100000111 1000011 111010

Color Harmonies of #834CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834CDB

Black with #834CDB

Text Example


Text Example

White with #834CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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