Html Css Color HEX #834CAA Studio

📋 copy color: '#834CAA'

red 131 ◦ green 76 ◦ blue 170

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

Shades of Studio #834CAA

Tints of Studio #834CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.09%

R = 34.75%
G = 20.16%
B = 45.09%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#834CAA (or 0x834CAA) is known color: Studio. HEX triplet: 83, 4C and AA. RGB value is (131,76,170). Sum of RGB (Red+Green+Blue) = 131+76+170=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #834CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834CAA is #7CB355. Grayscale: #666666. Windows color (decimal): -8172374 or 11160707. OLE color: 11160707.

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

Color convert

RGB 131 76 170 -
CMYK 0.23 0.55 0 0.33
HSL 275.11º 0.38% 0.48% -
HSV(B) 275.11º 0.55% 0.67% -
XYZ 19.2 12.9 39.51 -
YUV 103.16 165.72 147.86 -
System Red Green Blue C M Y K H S L
Decimal 131 76 170 0.23 0.55 0 0.33 275.11 0.38 0.48
Hex 83 4C AA 17 37 0 21 113 26 30
Octal 203 114 252 27 67 0 41 423 46 60
Binary 10000011 1001100 10101010 10111 110111 0 100001 100010011 100110 110000

Color Harmonies of #834CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834CAA

Black with #834CAA

Text Example


Text Example

White with #834CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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