Html Css Color HEX #834CDE Blue Violet

📋 copy color: '#834CDE'

red 131 ◦ green 76 ◦ blue 222

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

Shades of Blue Violet #834CDE

Tints of Blue Violet #834CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.75%

R = 30.54%
G = 17.72%
B = 51.75%

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

#834CDE (or 0x834CDE) is known color: Blue Violet. HEX triplet: 83, 4C and DE. RGB value is (131,76,222). Sum of RGB (Red+Green+Blue) = 131+76+222=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #834CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834CDE is #7CB321. Grayscale: #6C6C6C. Windows color (decimal): -8172322 or 14568579. OLE color: 14568579.

HSL color Cylindrical-coordinate representation of color #834CDE: hue angle of 262.6º degrees, saturation: 0.69, 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 #834CDE is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 76 222 -
CMYK 0.41 0.66 0 0.13
HSL 262.6º 0.69% 0.58% -
HSV(B) 262.6º 0.66% 0.87% -
XYZ 25.13 15.27 70.73 -
YUV 109.09 191.72 143.63 -
System Red Green Blue C M Y K H S L
Decimal 131 76 222 0.41 0.66 0 0.13 262.6 0.69 0.58
Hex 83 4C DE 29 42 0 D 107 45 3A
Octal 203 114 336 51 102 0 15 407 105 72
Binary 10000011 1001100 11011110 101001 1000010 0 1101 100000111 1000101 111010

Color Harmonies of #834CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834CDE

Black with #834CDE

Text Example


Text Example

White with #834CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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