Html Css Color HEX #805F9C Studio

📋 copy color: '#805F9C'

red 128 ◦ green 95 ◦ blue 156

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

Shades of Studio #805F9C

Tints of Studio #805F9C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.07%

 BLUE value IS 156 (61.33% from 255) = 41.16%

R = 33.77%
G = 25.07%
B = 41.16%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#805F9C (or 0x805F9C) is known color: Studio. HEX triplet: 80, 5F and 9C. RGB value is (128,95,156). Sum of RGB (Red+Green+Blue) = 128+95+156=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 156 - color contains mainly: blue. Hex color #805F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805F9C is #7FA063. Grayscale: #6F6F6F. Windows color (decimal): -8364132 or 10248064. OLE color: 10248064.

HSL color Cylindrical-coordinate representation of color #805F9C: hue angle of 272.46º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #805F9C is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 95 156 -
CMYK 0.18 0.39 0 0.39
HSL 272.46º 0.24% 0.49% -
HSV(B) 272.46º 0.39% 0.61% -
XYZ 19 15.17 33.38 -
YUV 111.82 152.93 139.54 -
System Red Green Blue C M Y K H S L
Decimal 128 95 156 0.18 0.39 0 0.39 272.46 0.24 0.49
Hex 80 5F 9C 12 27 0 27 110 18 31
Octal 200 137 234 22 47 0 47 420 30 61
Binary 10000000 1011111 10011100 10010 100111 0 100111 100010000 11000 110001

Color Harmonies of #805F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805F9C

Black with #805F9C

Text Example


Text Example

White with #805F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,95,156); }

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

background-color css

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

 a { background-color: rgb(128,95,156); }

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

border-color css

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

 span { border-color: rgb(128,95,156); }

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