Html Css Color HEX #835A9B Studio

📋 copy color: '#835A9B'

red 131 ◦ green 90 ◦ blue 155

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

Shades of Studio #835A9B

Tints of Studio #835A9B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.94%

 BLUE value IS 155 (60.94% from 255) = 41.22%

R = 34.84%
G = 23.94%
B = 41.22%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#835A9B (or 0x835A9B) is known color: Studio. HEX triplet: 83, 5A and 9B. RGB value is (131,90,155). Sum of RGB (Red+Green+Blue) = 131+90+155=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #835A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835A9B is #7CA564. Grayscale: #6D6D6D. Windows color (decimal): -8168805 or 10181251. OLE color: 10181251.

HSL color Cylindrical-coordinate representation of color #835A9B: hue angle of 277.85º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #835A9B is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 90 155 -
CMYK 0.15 0.42 0 0.39
HSL 277.85º 0.27% 0.48% -
HSV(B) 277.85º 0.42% 0.61% -
XYZ 18.93 14.5 32.81 -
YUV 109.67 153.58 143.21 -
System Red Green Blue C M Y K H S L
Decimal 131 90 155 0.15 0.42 0 0.39 277.85 0.27 0.48
Hex 83 5A 9B F 2A 0 27 116 1B 30
Octal 203 132 233 17 52 0 47 426 33 60
Binary 10000011 1011010 10011011 1111 101010 0 100111 100010110 11011 110000

Color Harmonies of #835A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835A9B

Black with #835A9B

Text Example


Text Example

White with #835A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835A9B; }

 p { color: rgb(131,90,155); }

 H1.HeaderClassName
 {
   color: #835A9B;
 }
 .AnyTagClassName
 {
   color: #835A9B;
 }
</style>

background-color css

<style>
 a { background-color: #835A9B; }

 a { background-color: rgb(131,90,155); }

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

border-color css

<style>
 span { border-color: #835A9B; }

 span { border-color: rgb(131,90,155); }

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