Html Css Color HEX #834CDD Blue Violet

📋 copy color: '#834CDD'

red 131 ◦ green 76 ◦ blue 221

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

Shades of Blue Violet #834CDD

Tints of Blue Violet #834CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.64%

R = 30.61%
G = 17.76%
B = 51.64%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#834CDD (or 0x834CDD) is known color: Blue Violet. HEX triplet: 83, 4C and DD. RGB value is (131,76,221). Sum of RGB (Red+Green+Blue) = 131+76+221=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #834CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834CDD is #7CB322. Grayscale: #6C6C6C. Windows color (decimal): -8172323 or 14503043. OLE color: 14503043.

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

Color convert

RGB 131 76 221 -
CMYK 0.41 0.66 0 0.13
HSL 262.76º 0.68% 0.58% -
HSV(B) 262.76º 0.66% 0.87% -
XYZ 25 15.21 70.03 -
YUV 108.98 191.22 143.71 -
System Red Green Blue C M Y K H S L
Decimal 131 76 221 0.41 0.66 0 0.13 262.76 0.68 0.58
Hex 83 4C DD 29 42 0 D 107 44 3A
Octal 203 114 335 51 102 0 15 407 104 72
Binary 10000011 1001100 11011101 101001 1000010 0 1101 100000111 1000100 111010

Color Harmonies of #834CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834CDD

Black with #834CDD

Text Example


Text Example

White with #834CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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