Html Css Color HEX #834CDA Blue Violet

📋 copy color: '#834CDA'

red 131 ◦ green 76 ◦ blue 218

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

Shades of Blue Violet #834CDA

Tints of Blue Violet #834CDA

RGB

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

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

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

R = 30.82%
G = 17.88%
B = 51.29%

CMYK

 C value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#834CDA (or 0x834CDA) is known color: Blue Violet. HEX triplet: 83, 4C and DA. RGB value is (131,76,218). Sum of RGB (Red+Green+Blue) = 131+76+218=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #834CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834CDA is #7CB325. Grayscale: #6C6C6C. Windows color (decimal): -8172326 or 14306435. OLE color: 14306435.

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

Color convert

RGB 131 76 218 -
CMYK 0.40 0.65 0 0.15
HSL 263.24º 0.66% 0.58% -
HSV(B) 263.24º 0.65% 0.85% -
XYZ 24.6 15.06 67.94 -
YUV 108.63 189.72 143.95 -
System Red Green Blue C M Y K H S L
Decimal 131 76 218 0.40 0.65 0 0.15 263.24 0.66 0.58
Hex 83 4C DA 28 41 0 F 107 42 3A
Octal 203 114 332 50 101 0 17 407 102 72
Binary 10000011 1001100 11011010 101000 1000001 0 1111 100000111 1000010 111010

Color Harmonies of #834CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834CDA

Black with #834CDA

Text Example


Text Example

White with #834CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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