Html Css Color HEX #834CE0 Blue Violet

📋 copy color: '#834CE0'

red 131 ◦ green 76 ◦ blue 224

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

Shades of Blue Violet #834CE0

Tints of Blue Violet #834CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 51.97%

R = 30.39%
G = 17.63%
B = 51.97%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#834CE0 (or 0x834CE0) is known color: Blue Violet. HEX triplet: 83, 4C and E0. RGB value is (131,76,224). Sum of RGB (Red+Green+Blue) = 131+76+224=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 224 (87.89% from 255 or 51.97% from 431); Max value from RGB is 224 - color contains mainly: blue. Hex color #834CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834CE0 is #7CB31F. Grayscale: #6C6C6C. Windows color (decimal): -8172320 or 14699651. OLE color: 14699651.

HSL color Cylindrical-coordinate representation of color #834CE0: hue angle of 262.3º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #834CE0 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 131 76 224 -
CMYK 0.42 0.66 0 0.12
HSL 262.3º 0.7% 0.59% -
HSV(B) 262.3º 0.66% 0.88% -
XYZ 25.4 15.38 72.15 -
YUV 109.32 192.72 143.47 -
System Red Green Blue C M Y K H S L
Decimal 131 76 224 0.42 0.66 0 0.12 262.3 0.7 0.59
Hex 83 4C E0 2A 42 0 C 106 46 3B
Octal 203 114 340 52 102 0 14 406 106 73
Binary 10000011 1001100 11100000 101010 1000010 0 1100 100000110 1000110 111011

Color Harmonies of #834CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834CE0

Black with #834CE0

Text Example


Text Example

White with #834CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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