Html Css Color HEX #834BAB Studio

📋 copy color: '#834BAB'

red 131 ◦ green 75 ◦ blue 171

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

Shades of Studio #834BAB

Tints of Studio #834BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.89%

 BLUE value IS 171 (67.19% from 255) = 45.36%

R = 34.75%
G = 19.89%
B = 45.36%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#834BAB (or 0x834BAB) is known color: Studio. HEX triplet: 83, 4B and AB. RGB value is (131,75,171). Sum of RGB (Red+Green+Blue) = 131+75+171=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #834BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834BAB is #7CB454. Grayscale: #666666. Windows color (decimal): -8172629 or 11225987. OLE color: 11225987.

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

Color convert

RGB 131 75 171 -
CMYK 0.23 0.56 0 0.33
HSL 275º 0.39% 0.48% -
HSV(B) 275º 0.56% 0.67% -
XYZ 19.23 12.8 39.98 -
YUV 102.69 166.55 148.19 -
System Red Green Blue C M Y K H S L
Decimal 131 75 171 0.23 0.56 0 0.33 275 0.39 0.48
Hex 83 4B AB 17 38 0 21 113 27 30
Octal 203 113 253 27 70 0 41 423 47 60
Binary 10000011 1001011 10101011 10111 111000 0 100001 100010011 100111 110000

Color Harmonies of #834BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834BAB

Black with #834BAB

Text Example


Text Example

White with #834BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,75,171); }

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

background-color css

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

 a { background-color: rgb(131,75,171); }

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

border-color css

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

 span { border-color: rgb(131,75,171); }

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