Html Css Color HEX #834CA2 Studio

📋 copy color: '#834CA2'

red 131 ◦ green 76 ◦ blue 162

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

Shades of Studio #834CA2

Tints of Studio #834CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 43.9%

R = 35.5%
G = 20.6%
B = 43.9%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#834CA2 (or 0x834CA2) is known color: Studio. HEX triplet: 83, 4C and A2. RGB value is (131,76,162). Sum of RGB (Red+Green+Blue) = 131+76+162=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 162 (63.67% from 255 or 43.90% from 369); Max value from RGB is 162 - color contains mainly: blue. Hex color #834CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834CA2 is #7CB35D. Grayscale: #656565. Windows color (decimal): -8172382 or 10636419. OLE color: 10636419.

HSL color Cylindrical-coordinate representation of color #834CA2: hue angle of 278.37º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #834CA2 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 131 76 162 -
CMYK 0.19 0.53 0 0.36
HSL 278.37º 0.36% 0.47% -
HSV(B) 278.37º 0.53% 0.64% -
XYZ 18.47 12.6 35.64 -
YUV 102.25 161.72 148.51 -
System Red Green Blue C M Y K H S L
Decimal 131 76 162 0.19 0.53 0 0.36 278.37 0.36 0.47
Hex 83 4C A2 13 35 0 24 116 24 2F
Octal 203 114 242 23 65 0 44 426 44 57
Binary 10000011 1001100 10100010 10011 110101 0 100100 100010110 100100 101111

Color Harmonies of #834CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834CA2

Black with #834CA2

Text Example


Text Example

White with #834CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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