Html Css Color HEX #834B9D Studio

📋 copy color: '#834B9D'

red 131 ◦ green 75 ◦ blue 157

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

Shades of Studio #834B9D

Tints of Studio #834B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.25%

R = 36.09%
G = 20.66%
B = 43.25%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#834B9D (or 0x834B9D) is known color: Studio. HEX triplet: 83, 4B and 9D. RGB value is (131,75,157). Sum of RGB (Red+Green+Blue) = 131+75+157=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #834B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834B9D is #7CB462. Grayscale: #646464. Windows color (decimal): -8172643 or 10308483. OLE color: 10308483.

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

Color convert

RGB 131 75 157 -
CMYK 0.17 0.52 0 0.38
HSL 280.98º 0.35% 0.45% -
HSV(B) 280.98º 0.52% 0.62% -
XYZ 17.96 12.29 33.32 -
YUV 101.09 159.55 149.33 -
System Red Green Blue C M Y K H S L
Decimal 131 75 157 0.17 0.52 0 0.38 280.98 0.35 0.45
Hex 83 4B 9D 11 34 0 26 119 23 2D
Octal 203 113 235 21 64 0 46 431 43 55
Binary 10000011 1001011 10011101 10001 110100 0 100110 100011001 100011 101101

Color Harmonies of #834B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834B9D

Black with #834B9D

Text Example


Text Example

White with #834B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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