Html Css Color HEX #834A9E Studio

📋 copy color: '#834A9E'

red 131 ◦ green 74 ◦ blue 158

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

Shades of Studio #834A9E

Tints of Studio #834A9E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.39%

 BLUE value IS 158 (62.11% from 255) = 43.53%

R = 36.09%
G = 20.39%
B = 43.53%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#834A9E (or 0x834A9E) is known color: Studio. HEX triplet: 83, 4A and 9E. RGB value is (131,74,158). Sum of RGB (Red+Green+Blue) = 131+74+158=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #834A9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834A9E is #7CB561. Grayscale: #646464. Windows color (decimal): -8172898 or 10373763. OLE color: 10373763.

HSL color Cylindrical-coordinate representation of color #834A9E: hue angle of 280.71º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #834A9E is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 74 158 -
CMYK 0.17 0.53 0 0.38
HSL 280.71º 0.36% 0.45% -
HSV(B) 280.71º 0.53% 0.62% -
XYZ 17.98 12.19 33.75 -
YUV 100.62 160.38 149.67 -
System Red Green Blue C M Y K H S L
Decimal 131 74 158 0.17 0.53 0 0.38 280.71 0.36 0.45
Hex 83 4A 9E 11 35 0 26 119 24 2D
Octal 203 112 236 21 65 0 46 431 44 55
Binary 10000011 1001010 10011110 10001 110101 0 100110 100011001 100100 101101

Color Harmonies of #834A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834A9E

Black with #834A9E

Text Example


Text Example

White with #834A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,74,158); }

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

background-color css

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

 a { background-color: rgb(131,74,158); }

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

border-color css

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

 span { border-color: rgb(131,74,158); }

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