Html Css Color HEX #834EAC Studio

📋 copy color: '#834EAC'

red 131 ◦ green 78 ◦ blue 172

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

Shades of Studio #834EAC

Tints of Studio #834EAC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.47%

 BLUE value IS 172 (67.58% from 255) = 45.14%

R = 34.38%
G = 20.47%
B = 45.14%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#834EAC (or 0x834EAC) is known color: Studio. HEX triplet: 83, 4E and AC. RGB value is (131,78,172). Sum of RGB (Red+Green+Blue) = 131+78+172=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #834EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #834EAC is #7CB153. Grayscale: #686868. Windows color (decimal): -8171860 or 11292291. OLE color: 11292291.

HSL color Cylindrical-coordinate representation of color #834EAC: hue angle of 273.83º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #834EAC is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 78 172 -
CMYK 0.24 0.55 0 0.33
HSL 273.83º 0.38% 0.49% -
HSV(B) 273.83º 0.55% 0.67% -
XYZ 19.53 13.25 40.56 -
YUV 104.56 166.06 146.86 -
System Red Green Blue C M Y K H S L
Decimal 131 78 172 0.24 0.55 0 0.33 273.83 0.38 0.49
Hex 83 4E AC 18 37 0 21 112 26 31
Octal 203 116 254 30 67 0 41 422 46 61
Binary 10000011 1001110 10101100 11000 110111 0 100001 100010010 100110 110001

Color Harmonies of #834EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834EAC

Black with #834EAC

Text Example


Text Example

White with #834EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,78,172); }

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

background-color css

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

 a { background-color: rgb(131,78,172); }

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

border-color css

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

 span { border-color: rgb(131,78,172); }

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