Html Css Color HEX #834CDF Blue Violet

📋 copy color: '#834CDF'

red 131 ◦ green 76 ◦ blue 223

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

Shades of Blue Violet #834CDF

Tints of Blue Violet #834CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.86%

R = 30.47%
G = 17.67%
B = 51.86%

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

#834CDF (or 0x834CDF) is known color: Blue Violet. HEX triplet: 83, 4C and DF. RGB value is (131,76,223). Sum of RGB (Red+Green+Blue) = 131+76+223=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #834CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834CDF is #7CB320. Grayscale: #6C6C6C. Windows color (decimal): -8172321 or 14634115. OLE color: 14634115.

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

Color convert

RGB 131 76 223 -
CMYK 0.41 0.66 0 0.13
HSL 262.45º 0.7% 0.59% -
HSV(B) 262.45º 0.66% 0.87% -
XYZ 25.26 15.32 71.44 -
YUV 109.2 192.22 143.55 -
System Red Green Blue C M Y K H S L
Decimal 131 76 223 0.41 0.66 0 0.13 262.45 0.7 0.59
Hex 83 4C DF 29 42 0 D 106 46 3B
Octal 203 114 337 51 102 0 15 406 106 73
Binary 10000011 1001100 11011111 101001 1000010 0 1101 100000110 1000110 111011

Color Harmonies of #834CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834CDF

Black with #834CDF

Text Example


Text Example

White with #834CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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