Html Css Color HEX #834ADA Blue Violet

📋 copy color: '#834ADA'

red 131 ◦ green 74 ◦ blue 218

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

Shades of Blue Violet #834ADA

Tints of Blue Violet #834ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.54%

R = 30.97%
G = 17.49%
B = 51.54%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#834ADA (or 0x834ADA) is known color: Blue Violet. HEX triplet: 83, 4A and DA. RGB value is (131,74,218). Sum of RGB (Red+Green+Blue) = 131+74+218=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #834ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834ADA is #7CB525. Grayscale: #6A6A6A. Windows color (decimal): -8172838 or 14305923. OLE color: 14305923.

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

Color convert

RGB 131 74 218 -
CMYK 0.40 0.66 0 0.15
HSL 263.75º 0.66% 0.57% -
HSV(B) 263.75º 0.66% 0.85% -
XYZ 24.46 14.78 67.89 -
YUV 107.46 190.38 144.79 -
System Red Green Blue C M Y K H S L
Decimal 131 74 218 0.40 0.66 0 0.15 263.75 0.66 0.57
Hex 83 4A DA 28 42 0 F 108 42 39
Octal 203 112 332 50 102 0 17 410 102 71
Binary 10000011 1001010 11011010 101000 1000010 0 1111 100001000 1000010 111001

Color Harmonies of #834ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834ADA

Black with #834ADA

Text Example


Text Example

White with #834ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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