Html Css Color HEX #834ADC Blue Violet

📋 copy color: '#834ADC'

red 131 ◦ green 74 ◦ blue 220

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

Shades of Blue Violet #834ADC

Tints of Blue Violet #834ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.76%

R = 30.82%
G = 17.41%
B = 51.76%

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

#834ADC (or 0x834ADC) is known color: Blue Violet. HEX triplet: 83, 4A and DC. RGB value is (131,74,220). Sum of RGB (Red+Green+Blue) = 131+74+220=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #834ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834ADC is #7CB523. Grayscale: #6B6B6B. Windows color (decimal): -8172836 or 14436995. OLE color: 14436995.

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

Color convert

RGB 131 74 220 -
CMYK 0.40 0.66 0 0.14
HSL 263.42º 0.68% 0.58% -
HSV(B) 263.42º 0.66% 0.86% -
XYZ 24.73 14.89 69.28 -
YUV 107.69 191.38 144.63 -
System Red Green Blue C M Y K H S L
Decimal 131 74 220 0.40 0.66 0 0.14 263.42 0.68 0.58
Hex 83 4A DC 28 42 0 E 107 44 3A
Octal 203 112 334 50 102 0 16 407 104 72
Binary 10000011 1001010 11011100 101000 1000010 0 1110 100000111 1000100 111010

Color Harmonies of #834ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834ADC

Black with #834ADC

Text Example


Text Example

White with #834ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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