Html Css Color HEX #805B9B Studio

📋 copy color: '#805B9B'

red 128 ◦ green 91 ◦ blue 155

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

Shades of Studio #805B9B

Tints of Studio #805B9B

RGB

 RED value IS 128 (50.39% from 255) = 34.22%

 GREEN value IS 91 (35.94% from 255) = 24.33%

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

R = 34.22%
G = 24.33%
B = 41.44%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#805B9B (or 0x805B9B) is known color: Studio. HEX triplet: 80, 5B and 9B. RGB value is (128,91,155). Sum of RGB (Red+Green+Blue) = 128+91+155=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #805B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805B9B is #7FA464. Grayscale: #6D6D6D. Windows color (decimal): -8365157 or 10181504. OLE color: 10181504.

HSL color Cylindrical-coordinate representation of color #805B9B: hue angle of 274.69º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #805B9B is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 91 155 -
CMYK 0.17 0.41 0 0.39
HSL 274.69º 0.26% 0.48% -
HSV(B) 274.69º 0.41% 0.61% -
XYZ 18.56 14.44 32.82 -
YUV 109.36 153.76 141.3 -
System Red Green Blue C M Y K H S L
Decimal 128 91 155 0.17 0.41 0 0.39 274.69 0.26 0.48
Hex 80 5B 9B 11 29 0 27 113 1A 30
Octal 200 133 233 21 51 0 47 423 32 60
Binary 10000000 1011011 10011011 10001 101001 0 100111 100010011 11010 110000

Color Harmonies of #805B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805B9B

Black with #805B9B

Text Example


Text Example

White with #805B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805B9B; }

 p { color: rgb(128,91,155); }

 H1.HeaderClassName
 {
   color: #805B9B;
 }
 .AnyTagClassName
 {
   color: #805B9B;
 }
</style>

background-color css

<style>
 a { background-color: #805B9B; }

 a { background-color: rgb(128,91,155); }

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

border-color css

<style>
 span { border-color: #805B9B; }

 span { border-color: rgb(128,91,155); }

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